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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 莊??B | 1110010010110101001111110011111101000010 | e4b53f3f42 |
EUC-JP | 莊??B | 1110100010110111001111110011111101000010 | e8b73f3f42 |
UTF-8 | 莊찍망B | 11101000100011101000101011101100101100001000110111101011101001111001110101000010 | e88e8aecb08deba79d42 |
UHC | 莊찍망B | 11101101111101101100001011101111101110001100000101000010 | edf6c2efb8c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)