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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 筐?筐勣^ | 1110001010011110001111111110001010011110100110011010100001011110 | e29e3fe29e99a85e |
EUC-JP | 筐?筐勣^ | 1110001111111110001111111110001111111110110100101010101001011110 | e3fe3fe3fed2aa5e |
UTF-8 | 筐등筐勣^ | 11100111101011011001000011101011100100111011000111100111101011011001000011100101100010111010001101011110 | e7ad90eb93b1e7ad90e58ba35e |
UHC | 筐등筐勣^ | 110011101100110010110101111011101100111011001100111011101101001101011110 | ceccb5eececceed35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)