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 | ??脾杷ゲ | 0011111100111111111001000100001010010100011001101000001101010001 | 3f3fe44294668351 |
| EUC-JP | ??脾杷ゲ | 0011111100111111111001111010001111000111110001111010010110110010 | 3f3fe7a3c7c7a5b2 |
| UTF-8 | 룶괌脾杷ゲ | 111010111010001110110110111010101011010010001100111010001000010010111110111001101001110110110111111000111000001010110010 | eba3b6eab48ce884bee69db7e382b2 |
| UHC | 룶괌脾杷ゲ | 10001111101010111011000110100001110111101010000111110111111011011010101110110010 | 8fabb1a1dea1f7edabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)