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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蛛疋 | 11100101100000011001010101000100 | e5819544 |
EUC-JP | 蛛疋 | 11101001111000011100100110100101 | e9e1c9a5 |
UTF-8 | 蛛疋 | 111010001001101110011011111001111001011010001011 | e89b9be7968b |
UHC | 蛛疋 | 11110001110010001111100110110101 | f1c8f9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)