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 | 襁懃エ | 1110010111110100100111001110011110110100 | e5f49ce7b4 |
EUC-JP | 襁懃エ | 111010101111011011011000111010011000111010110100 | eaf6d8e98eb4 |
UTF-8 | 襁懃エ | 111010001010010110000001111001101000011110000011111011111011110110110100 | e8a581e68783efbdb4 |
UHC | 襁懃? | 1100101110111010110100001100010000111111 | cbbad0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)