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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 盧塀鵞SB | 1110000110111000100101011011101111101010010000010101001101000010 | e1b895bbea415342 |
EUC-JP | 盧塀鵞SB | 1110001010111010110010101011110111110011101000100101001101000010 | e2bacabdf3a25342 |
UTF-8 | 盧塀鵞SB | 1110011110011011101001111110010110100001100000001110100110110101100111100101001101000010 | e79ba7e5a180e9b59e5342 |
UHC | 盧??SB | 110101101101010000111111001111110101001101000010 | d6d43f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)