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??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
EUC-JP | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
UTF-8 | 뭑뫅n뭑뫅nB | 111010111010110110010001111010111010101110000101011011101110101110101101100100011110101110101011100001010110111001000010 | ebad91ebab856eebad91ebab856e42 |
UHC | 뭑뫅n뭑뫅nB | 1001001001011001100100011010100001101110100100100101100110010001101010000110111001000010 | 925991a86e925991a86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)