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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 閃燮汐nB | 1001000101001101100110011101011110001110101011000110111001000010 | 914d99d78eac6e42 |
EUC-JP | 閃燮汐nB | 1100000110101110110100101101100110111100101011100110111001000010 | c1aed2d9bcae6e42 |
UTF-8 | 閃燮汐nB | 1110100110010110100000111110011110000111101011101110011010110001100100000110111001000010 | e99683e787aee6b1906e42 |
UHC | 閃燮汐nB | 1110000011101100111000001111000011100000101100010110111001000010 | e0ece0f0e0b16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)