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 | 11100111100011011000111011100111100011001011010001101000 | e78d8ee78cb468 |
EUC-JP | 迯守原h | 11101101111011011011110011101001101110001011011001101000 | ededbce9b8b668 |
UTF-8 | 迯守原h | 11101000101111111010111111100101101011101000100011100101100011101001111101101000 | e8bfafe5ae88e58e9f68 |
UHC | ?守原h | 001111111110000111111010111010101010101101101000 | 3fe1faeaab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)