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 | ?起醫 | 0011111110001011010011101110011111001110 | 3f8b4ee7ce |
EUC-JP | ?起醫 | 0011111110110101101011111110111011010000 | 3fb5afeed0 |
UTF-8 | 퀄起醫 | 111011011000000010000100111010001011010110110111111010011000011010101011 | ed8084e8b5b7e986ab |
UHC | 퀄起醫 | 110001001111011111010001110000111110110010100010 | c4f7d1c3eca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)