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 | NY] | 10001010010011101000001010001000100010010101100101011101 | 8a4e828889595d |
SJIS-WIN | ?N???Y] | 00111111010011100011111100111111001111110101100101011101 | 3f4e3f3f3f595d |
EUC-JP | ?N???Y] | 00111111010011100011111100111111001111110101100101011101 | 3f4e3f3f3f595d |
UTF-8 | NY] | 1100001010001010010011101100001010000010110000101000100011000010100010010101100101011101 | c28a4ec282c288c289595d |
UHC | ?N???Y] | 00111111010011100011111100111111001111110101100101011101 | 3f4e3f3f3f595d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)