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 | 甕??節f | 1110000101010000001111110011111110010000110111111000001010000110 | e1503f3f90df8286 |
| EUC-JP | 甕??節f | 1110000110110001001111110011111111000000111000011010001111100110 | e1b13f3fc0e1a3e6 |
| UTF-8 | 甕먩퍝節f | 111001111001010010010101111010111010100010101001111011011000110110011101111001111010111110000000111011111011110110000110 | e79495eba8a9ed8d9de7af80efbd86 |
| UHC | 甕먩퍝節f | 11101000101110001001000011100110101110111001010011101111101111011010001111100110 | e8b890e6bb94efbda3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)