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 | 貉懈iB | 11100110101110011001110011100110100000101000100101000010 | e6b99ce6828942 |
EUC-JP | 貉懈iB | 11101100101110111101100011101000101000111110100101000010 | ecbbd8e8a3e942 |
UTF-8 | 貉懈iB | 11101000101100101000100111100110100001111000100011101111101111011000100101000010 | e8b289e68788efbd8942 |
UHC | ?懈iB | 001111111111101010101011101000111110100101000010 | 3ffaaba3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)