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 | 蛟冶楴 | 111001011000000010010110111010001001111010111010 | e58096e89eba |
EUC-JP | 蛟冶楴 | 111010011110000011001100111010101101110010111100 | e9e0cceadcbc |
UTF-8 | 蛟冶楴 | 111010001001101110011111111001011000011010110110111001101010010110110100 | e89b9fe586b6e6a5b4 |
UHC | 蛟冶? | 1100111011110001111001011010011100111111 | cef1e5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)