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 | 1110101010010111001111110011111101000110 | ea973f3f46 |
EUC-JP | 齬??F | 1111001111110111001111110011111101000110 | f3f73f3f46 |
UTF-8 | 齬뷸왍F | 11101001101111011010110011101011101101111011100011101100100110011000110101000110 | e9bdacebb7b8ec998d46 |
UHC | 齬뷸왍F | 11100101111000011011101011100110100111101011111001000110 | e5e1bae69ebe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)