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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???倚цぜ | 001111110011111100111111100110001101111110000100100010001000001010111010 | 3f3f3f98df848882ba |
| EUC-JP | ???倚цぜ | 001111110011111100111111110100001110000110100111111010001010010010111100 | 3f3f3fd0e1a7e8a4bc |
| UTF-8 | 劣믩떽倚цぜ | 1110111110100110100111011110101110101111101010011110101110010110101111011110010110000000100110101101000110000110111000111000000110011100 | efa69debafa9eb96bde5809ad186e3819c |
| UHC | 劣믩떽倚цぜ | 111001101110101110010010111010111011011010111101111010111110111110101100111010001010101010111100 | e6eb92ebb6bdebeface8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)