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 | 壹?壹?^ | 10011010111000110011111110011010111000110011111101011110 | 9ae33f9ae33f5e |
EUC-JP | 壹?壹?^ | 11010100111001010011111111010100111001010011111101011110 | d4e53fd4e53f5e |
UTF-8 | 壹낄壹낄^ | 11100101101000111011100111101011100000101000010011100101101000111011100111101011100000101000010001011110 | e5a3b9eb8284e5a3b9eb82845e |
UHC | 壹낄壹낄^ | 111011001110110010110011101001011110110011101100101100111010010101011110 | ececb3a5ececb3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)