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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 轢溽翠B | 11100111100000001001111111100111100100001000100101000010 | e7809fe7908942 |
EUC-JP | 轢溽翠B | 11101101111000001101111011101001101111111110100101000010 | ede0dee9bfe942 |
UTF-8 | 轢溽翠B | 11101000101111011010001011100110101110101011110111100111101111111010000001000010 | e8bda2e6babde7bfa042 |
UHC | 轢?翠B | 110101011111100100111111111101101010100001000010 | d5f93ff6a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)