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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 盧塀霪F | 11100001101110001001010110111011111010001100010001000110 | e1b895bbe8c446 |
EUC-JP | 盧塀霪F | 11100010101110101100101010111101111100001100011001000110 | e2bacabdf0c646 |
UTF-8 | 盧塀霪F | 11100111100110111010011111100101101000011000000011101001100111001010101001000110 | e79ba7e5a180e99caa46 |
UHC | 盧??F | 1101011011010100001111110011111101000110 | d6d43f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)