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 | 10011010011010001110100010101101100101110101011101000010 | 9a68e8ad975742 |
EUC-JP | 喇隴邑B | 11010011110010011111000010101111110011011011100001000010 | d3c9f0afcdb842 |
UTF-8 | 喇隴邑B | 11100101100101101000011111101001100110101011010011101001100000101001000101000010 | e59687e99ab4e9829142 |
UHC | 喇?邑B | 110101001111101000111111111010111110100101000010 | d4fa3febe942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)