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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 醯飩厄 | 111001111100111111101001010010101001011011101111 | e7cfe94a96ef |
EUC-JP | 醯飩厄 | 111011101101000111110001101010111100110011110001 | eed1f1abccf1 |
UTF-8 | 醯飩厄 | 111010011000011010101111111010011010001110101001111001011000111010000100 | e986afe9a3a9e58e84 |
UHC | 醯?厄 | 1111101110111000001111111110010011111000 | fbb83fe4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)