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 | 11100000110010001001100011101101111000101010011001000010 | e0c898ede2a642 |
EUC-JP | 猜倆筥B | 11100000110010101101000011101111111001001010100001000010 | e0cad0efe4a842 |
UTF-8 | 猜倆筥B | 11100111100011001001110011100101100000001000011011100111101011011010010101000010 | e78c9ce58086e7ada542 |
UHC | 猜倆?B | 111000111100010011010101110101100011111101000010 | e3c4d5d63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)