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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 腺諾徐h | 10010001010000101001000111111000100011111001100101101000 | 914291f88f9968 |
EUC-JP | 腺諾徐h | 11000001101000111100001011111010101111011111100101101000 | c1a3c2fabdf968 |
UTF-8 | 腺諾徐h | 11101000100001011011101011101000101010111011111011100101101111101001000001101000 | e885bae8abbee5be9068 |
UHC | 腺諾徐h | 11100000110011011101000111100111110111111110111101101000 | e0cdd1e7dfef68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)