To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | Oû | 100101110100111110011001111110111001110010000001 | 974f99fb9c81 |
SJIS-WIN | ?O???? | 001111110100111100111111001111110011111100111111 | 3f4f3f3f3f3f |
EUC-JP | ?O?û?? | 0011111101001111001111111000111110101011111001010011111100111111 | 3f4f3f8fabe53f3f |
UTF-8 | Oû | 1100001010010111010011111100001010011001110000111011101111000010100111001100001010000001 | c2974fc299c3bbc29cc281 |
UHC | ?O???? | 001111110100111100111111001111110011111100111111 | 3f4f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)