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 | 1110010010110101100011101110110110001111010001100110111001000010 | e4b58eed8f466e42 |
EUC-JP | 莊種洲nB | 1110100010110111101111001110111110111101101001110110111001000010 | e8b7bcefbda76e42 |
UTF-8 | 莊種洲nB | 1110100010001110100010101110011110101000101011101110011010110100101100100110111001000010 | e88e8ae7a8aee6b4b26e42 |
UHC | 莊種洲nB | 1110110111110110111100001111101011110001101111010110111001000010 | edf6f0faf1bd6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)