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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
| SJIS-WIN | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
| EUC-JP | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
| UTF-8 | 묷뫌뫜N | 11101011101011001011011111101011101010111000110011101011101010111001110001001110 | ebacb7ebab8cebab9c4e |
| UHC | 묷뫌뫜N | 10010010010010111001000110101110100100011011110001001110 | 924b91ae91bc4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)