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ÊB | 100000010100111010000001100100101000000110010001100000011100101001000010 | 814e8192819181ca42 |
SJIS-WIN | ?N??????B | 001111110100111000111111001111110011111100111111001111110011111101000010 | 3f4e3f3f3f3f3f3f42 |
EUC-JP | ?N?????ÊB | 0011111101001110001111110011111100111111001111110011111110001111101010101011010001000010 | 3f4e3f3f3f3f3f8faab442 |
UTF-8 | NÊB | 11000010100000010100111011000010100000011100001010010010110000101000000111000010100100011100001010000001110000111000101001000010 | c2814ec281c292c281c291c281c38a42 |
UHC | ?N??????B | 001111110100111000111111001111110011111100111111001111110011111101000010 | 3f4e3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)