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 | 10001110110101111110001011001111100011101011000001101000 | 8ed7e2cf8eb068 |
EUC-JP | 邪簪鴫h | 10111100110110011110010011010001101111001011001001101000 | bcd9e4d1bcb268 |
UTF-8 | 邪簪鴫h | 11101001100000101010101011100111101100001010101011101001101101001010101101101000 | e982aae7b0aae9b4ab68 |
UHC | 邪簪?h | 110111101111011111101101110110000011111101101000 | def7edd83f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)