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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 葫獏h | 1110010011010111111000001101000101101000 | e4d7e0d168 |
EUC-JP | 葫獏h | 1110100011011001111000001101001101101000 | e8d9e0d368 |
UTF-8 | 葫獏h | 11101000100100011010101111100111100011011000111101101000 | e891abe78d8f68 |
UHC | 葫?h | 11111011110110010011111101101000 | fbd93f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)