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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???ヴ? | 001111110011111100111111100000111001010000111111 | 3f3f3f83943f |
| EUC-JP | ???ヴ? | 001111110011111100111111101001011111010000111111 | 3f3f3fa5f43f |
| UTF-8 | 롇렗뤗ヴ쪨 | 111010111010000110000111111010111010000010010111111010111010010010010111111000111000001110110100111011001010101010101000 | eba187eba097eba497e383b4ecaaa8 |
| UHC | 롇렗뤗ヴ쪨 | 10001110110011011000111010101100100011111100011110101011111101001010011001000001 | 8ecd8eac8fc7abf4a641 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)