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 | 蒹帝エヲ^ | 11100100111000111001001011101001101101001010011001011110 | e4e392e9b4a65e |
EUC-JP | 蒹帝エヲ^ | 111010001110010111000100111010111000111010110100100011101010011001011110 | e8e5c4eb8eb48ea65e |
UTF-8 | 蒹帝エヲ^ | 11101000100100101011100111100101101110001001110111101111101111011011010011101111101111011010011001011110 | e892b9e5b89defbdb4efbda65e |
UHC | ?帝??^ | 001111111111000010101000001111110011111101011110 | 3ff0a83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)