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 | 11100001101110001001010110111011111010011111110001000010 | e1b895bbe9fc42 |
EUC-JP | 盧塀鵈B | 11100010101110101100101010111101111100101111111001000010 | e2bacabdf2fe42 |
UTF-8 | 盧塀鵈B | 11100111100110111010011111100101101000011000000011101001101101011000100001000010 | e79ba7e5a180e9b58842 |
UHC | 盧??B | 1101011011010100001111110011111101000010 | d6d43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)