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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 航?航?B | 10001101011100010011111110001101011100010011111101000010 | 8d713f8d713f42 |
EUC-JP | 航?航?B | 10111001110100100011111110111001110100100011111101000010 | b9d23fb9d23f42 |
UTF-8 | 航긼航긼B | 11101000100010001010101011101010101110001011110011101000100010001010101011101010101110001011110001000010 | e888aaeab8bce888aaeab8bc42 |
UHC | 航긼航긼B | 111110011111111010000011011110101111100111111110100000110111101001000010 | f9fe837af9fe837a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)