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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蕉蹈蕉蹈^ | 100011111101010011100111010001001000111111010100111001110100010001011110 | 8fd4e7448fd4e7445e |
EUC-JP | 蕉蹈蕉蹈^ | 101111101101011011101101101001011011111011010110111011011010010101011110 | bed6eda5bed6eda55e |
UTF-8 | 蕉蹈蕉蹈^ | 11101000100101011000100111101000101110011000100011101000100101011000100111101000101110011000100001011110 | e89589e8b988e89589e8b9885e |
UHC | 蕉蹈蕉蹈^ | 111101011010111111010100101100001111010110101111110101001011000001011110 | f5afd4b0f5afd4b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)