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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陝ャ螻楚 | 11101000100111111010110011100101101100011001000101011110 | e89face5b1915e |
EUC-JP | 陝ャ螻楚 | 1111000010100001100011101010110011101010101100111100000110111111 | f0a18eaceab3c1bf |
UTF-8 | 陝ャ螻楚 | 111010011001100110011101111011111011110110101100111010001001111010111011111001101010010110011010 | e9999defbdace89ebbe6a59a |
UHC | 陝??楚 | 111000001110110100111111001111111111010110100010 | e0ed3f3ff5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)