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 | 畯?屠 | 1111101101101111001111111001001101101010 | fb6f3f936a |
EUC-JP | 畯?屠 | 100011111100110110111011001111111100010111001011 | 8fcdbb3fc5cb |
UTF-8 | 畯쾨屠 | 111001111001010110101111111011001011111010101000111001011011000110100000 | e795afecbea8e5b1a0 |
UHC | 畯쾨屠 | 111100011110000111000100111010101101001111110101 | f1e1c4ead3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)