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 | çôè»Í | 11100111111101001001000011101000101110111000101111001101 | e7f490e8bb8bcd |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | çô?è??Í | 100011111010101110101110100011111010101111010100001111111000111110101011101100100011111100111111100011111010101010111111 | 8fabae8fabd43f8fabb23f3f8faabf |
UTF-8 | çôè»Í | 1100001110100111110000111011010011000010100100001100001110101000110000101011101111000010100010111100001110001101 | c3a7c3b4c290c3a8c2bbc28bc38d |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)