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 | ???訝? | 001111110011111100111111111001100110001000111111 | 3f3f3fe6623f |
| EUC-JP | ???訝? | 001111110011111100111111111010111100001100111111 | 3f3f3febc33f |
| UTF-8 | 閭롨큹訝백 | 111011111010011010000110111010111010000110101000111011011000000110111001111010001010100010011101111010111011000010110001 | efa686eba1a8ed81b9e8a89debb0b1 |
| UHC | 閭롨큹訝백 | 11100110101011011000111011101000101101001000100011100100101110001011100111101001 | e6ad8ee8b488e4b8b9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)