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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 蟇至閏F | 11100101101011111000111010001010100010010101101101000110 | e5af8e8a895b46 |
EUC-JP | 蟇至閏F | 11101010101100011011101111101010101100011011110001000110 | eab1bbeab1bc46 |
UTF-8 | 蟇至閏F | 11101000100111111000011111101000100001111011001111101001100101101000111101000110 | e89f87e887b3e9968f46 |
UHC | ?至閏F | 001111111111001010111000111010111100111001000110 | 3ff2b8ebce46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)