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 | çüçüF | 1110011111111100111001111111110001000110 | e7fce7fc46 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | çüçüF | 10001111101010111010111010001111101010111110010010001111101010111010111010001111101010111110010001000110 | 8fabae8fabe48fabae8fabe446 |
UTF-8 | çüçüF | 110000111010011111000011101111001100001110100111110000111011110001000110 | c3a7c3bcc3a7c3bc46 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)