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 | 10001111101010111110010110100001111010011111101101000010 | 8fabe5a1e9fb42 |
EUC-JP | 将蝪鵆B | 10111110101011011110101010100011111100101111110101000010 | beadeaa3f2fd42 |
UTF-8 | 将蝪鵆B | 11100101101100001000011011101000100111011010101011101001101101011000011001000010 | e5b086e89daae9b58642 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)