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 | 俎????? | 10011000110101110011111100111111001111110011111100111111 | 98d73f3f3f3f3f |
| EUC-JP | 俎????? | 11010000110110010011111100111111001111110011111100111111 | d0d93f3f3f3f3f |
| UTF-8 | 俎렯롏렯렶렱 | 111001001011111110001110111010111010000010101111111010111010000110001111111010111010000010101111111010111010000010110110111010111010000010110001 | e4bf8eeba0afeba18feba0afeba0b6eba0b1 |
| UHC | 俎렯롏렯렶렱 | 111100001011101110001110101111001000111011010101100011101011110010001110110000011000111010111110 | f0bb8ebc8ed58ebc8ec18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)