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 | 趙?屠 | 1110011011100010001111111001001101101010 | e6e23f936a |
EUC-JP | 趙?屠 | 1110110011100100001111111100010111001011 | ece43fc5cb |
UTF-8 | 趙쾨屠 | 111010001011011010011001111011001011111010101000111001011011000110100000 | e8b699ecbea8e5b1a0 |
UHC | 趙쾨屠 | 111100001110000111000100111010101101001111110101 | f0e1c4ead3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)