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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 腺h熱^ | 10010001010000101000001010001000100101000100110101011110 | 91428288944d5e |
EUC-JP | 腺h熱^ | 11000001101000111010001111101000110001111010111001011110 | c1a3a3e8c7ae5e |
UTF-8 | 腺h熱^ | 11101000100001011011101011101111101111011000100011100111100001101011000101011110 | e885baefbd88e786b15e |
UHC | 腺h熱^ | 11100000110011011010001111101000111001101111000001011110 | e0cda3e8e6f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)