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 | 111001101001011010111101011011101110011010010110101111010110111001000010 | e696bd6ee696bd6e42 |
EUC-JP | 譁スn譁スnB | 1110101111110110100011101011110101101110111010111111011010001110101111010110111001000010 | ebf68ebd6eebf68ebd6e42 |
UTF-8 | 譁スn譁スnB | 111010001010110110000001111011111011110110111101011011101110100010101101100000011110111110111101101111010110111001000010 | e8ad81efbdbd6ee8ad81efbdbd6e42 |
UHC | 譁?n譁?nB | 111111001010011000111111011011101111110010100110001111110110111001000010 | fca63f6efca63f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)