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 | 1110010011000001001111110011111101001110 | e4c13f3f4e |
| EUC-JP | 菽??N | 1110100011000011001111110011111101001110 | e8c33f3f4e |
| UTF-8 | 菽됦돶N | 11101000100011111011110111101011100100001010011011101011100011111011011001001110 | e88fbdeb90a6eb8fb64e |
| UHC | 菽됦돶N | 11100010110111011000100111100100100010011011100101001110 | e2dd89e489b94e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)