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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閹頑棠 | 111010001000011010001010111001101001111010101001 | e8868ae69ea9 |
EUC-JP | 閹頑棠 | 111011111110011010110100111010001101110010101011 | efe6b4e8dcab |
UTF-8 | 閹頑棠 | 111010011001011010111001111010011010000010010001111001101010001110100000 | e996b9e9a091e6a3a0 |
UHC | ?頑棠 | 0011111111101000110101111101001111010110 | 3fe8d7d3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)