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 | NKB | 10001010010011101000001010001000100010010100101101000010 | 8a4e8288894b42 |
SJIS-WIN | ?N???KB | 00111111010011100011111100111111001111110100101101000010 | 3f4e3f3f3f4b42 |
EUC-JP | ?N???KB | 00111111010011100011111100111111001111110100101101000010 | 3f4e3f3f3f4b42 |
UTF-8 | NKB | 1100001010001010010011101100001010000010110000101000100011000010100010010100101101000010 | c28a4ec282c288c2894b42 |
UHC | ?N???KB | 00111111010011100011111100111111001111110100101101000010 | 3f4e3f3f3f4b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)