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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 循?楯?P | 10001111011110100011111110001111011111000011111101010000 | 8f7a3f8f7c3f50 |
EUC-JP | 循?楯?P | 10111101110110110011111110111101110111010011111101010000 | bddb3fbddd3f50 |
UTF-8 | 循롒楯렳P | 11100101101111101010101011101011101000011001001011100110101001011010111111101011101000001011001101010000 | e5beaaeba192e6a5afeba0b350 |
UHC | 循롒楯렳P | 111000101110000010001110110101111110001011100100100011101100000001010000 | e2e08ed7e2e48ec050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)