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 | 1110001001001010111001011000111001101000 | e24ae58e68 |
EUC-JP | 祀蜴h | 1110001110101011111010011110111001101000 | e3abe9ee68 |
UTF-8 | 祀蜴h | 11100111101001011000000011101000100111001011010001101000 | e7a580e89cb468 |
UHC | 祀?h | 11011110111001010011111101101000 | dee53f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)