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 | 腺?腺?^ | 10010001010000100011111110010001010000100011111101011110 | 91423f91423f5e |
EUC-JP | 腺?腺?^ | 11000001101000110011111111000001101000110011111101011110 | c1a33fc1a33f5e |
UTF-8 | 腺땤腺땤^ | 11101000100001011011101011101011100101011010010011101000100001011011101011101011100101011010010001011110 | e885baeb95a4e885baeb95a45e |
UHC | 腺땤腺땤^ | 111000001100110110001011011101001110000011001101100010110111010001011110 | e0cd8b74e0cd8b745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)