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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?船?船^ | 00111111100100010100010000111111100100010100010001011110 | 3f91443f91445e |
EUC-JP | ?船?船^ | 00111111110000011010010100111111110000011010010101011110 | 3fc1a53fc1a55e |
UTF-8 | 鐥船鐥船^ | 11101001100100001010010111101000100010001011100111101001100100001010010111101000100010001011100101011110 | e990a5e888b9e990a5e888b95e |
UHC | 鐥船鐥船^ | 111000001101011011100000110011111110000011010110111000001100111101011110 | e0d6e0cfe0d6e0cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)