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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螢捺弌 | 111001011010001110010011111001101001100010011111 | e5a393e6989f |
EUC-JP | 螢捺弌 | 111010101010010111000110111010001101000010100001 | eaa5c6e8d0a1 |
UTF-8 | 螢捺弌 | 111010001001111010100010111001101000110110111010111001011011110010001100 | e89ea2e68dbae5bc8c |
UHC | 螢捺? | 1111101110101011110100011111010000111111 | fbabd1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)