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 | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
EUC-JP | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
UTF-8 | 묮뭋뫎묷뫝뫛BF | 1110101110101100101011101110101110101101100010111110101110101011100011101110101110101100101101111110101110101011100111011110101110101011100110110100001001000110 | ebacaeebad8bebab8eebacb7ebab9debab9b4246 |
UHC | 묮뭋뫎묷뫝뫛BF | 1001001001000101100100100101011010010001101100001001001001001011100100011011110110010001101110110100001001000110 | 9245925691b0924b91bd91bb4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)