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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 斟?箸?B | 10011101110011100011111110010100101000100011111101000010 | 9dce3f94a23f42 |
EUC-JP | 斟?箸?B | 11011010110100000011111111001000101001000011111101000010 | dad03fc8a43f42 |
UTF-8 | 斟롚箸렚B | 11100110100101101001111111101011101000011001101011100111101011101011100011101011101000001001101001000010 | e6969feba19ae7aeb8eba09a42 |
UHC | 斟롚箸렚B | 111100101111100010001110110111101110111011000110100011101010110101000010 | f2f88edeeec68ead42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)