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 | ä£çÑ | 11100100101000111110011111010001 | e4a3e7d1 |
SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
EUC-JP | ä£çÑ | 1000111110101011101000111010000111110010100011111010101110101110100011111010101011010000 | 8faba3a1f28fabae8faad0 |
UTF-8 | ä£çÑ | 1100001110100100110000101010001111000011101001111100001110010001 | c3a4c2a3c3a7c391 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)