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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 暎??}B | 100111011111001100111111001111110111110101000010 | 9df33f3f7d42 |
EUC-JP | 暎??}B | 110110101111010100111111001111110111110101000010 | daf53f3f7d42 |
UTF-8 | 暎㏓젔}B | 1110011010011010100011101110001110001111100100111110110010100000100101000111110101000010 | e69a8ee38f93eca0947d42 |
UHC | 暎㏓젔}B | 1110011110110010101001111110101110100000100100100111110101000010 | e7b2a7eba0927d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)