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 | ?ND?ND^ | 00111111010011100100010000111111010011100100010001011110 | 3f4e443f4e445e |
| SJIS-WIN | 但ND但ND^ | 100100100100000101001110010001001001001001000001010011100100010001011110 | 92414e4492414e445e |
| EUC-JP | 但ND但ND^ | 110000111010001001001110010001001100001110100010010011100100010001011110 | c3a24e44c3a24e445e |
| UTF-8 | 但ND但ND^ | 1110010010111101100001100100111001000100111001001011110110000110010011100100010001011110 | e4bd864e44e4bd864e445e |
| UHC | 但ND但ND^ | 110100111010001101001110010001001101001110100011010011100100010001011110 | d3a34e44d3a34e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)