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 | 111010111010110110001011111010111010101110010000011011101110101110101101100010111110101110101011100100000110111001000010 | ebad8bebab906eebad8bebab906e42 |
UHC | 뭋뫐n뭋뫐nB | 1001001001010110100100011011001001101110100100100101011010010001101100100110111001000010 | 925691b26e925691b26e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)