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 | NN | 100000010100111010000001100100011000000101001110 | 814e8191814e |
SJIS-WIN | ?N???N | 001111110100111000111111001111110011111101001110 | 3f4e3f3f3f4e |
EUC-JP | ?N???N | 001111110100111000111111001111110011111101001110 | 3f4e3f3f3f4e |
UTF-8 | NN | 11000010100000010100111011000010100000011100001010010001110000101000000101001110 | c2814ec281c291c2814e |
UHC | ?N???N | 001111110100111000111111001111110011111101001110 | 3f4e3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)