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 | ???KH | 0011111100111111001111110100101101001000 | 3f3f3f4b48 |
SJIS-WIN | 儀??KH | 100010110101011000111111001111110100101101001000 | 8b563f3f4b48 |
EUC-JP | 儀??KH | 101101011011011100111111001111110100101101001000 | b5b73f3f4b48 |
UTF-8 | 儀붾젇KH | 1110010110000100100000001110101110110110101111101110110010100000100001110100101101001000 | e58480ebb6beeca0874b48 |
UHC | 儀붾젇KH | 1110101111110000100101001110101110100000100010100100101101001000 | ebf094eba08a4b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)