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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??駿?毒正 | 001111110011111110001111011110000011111110010011110001011001000010110011 | 3f3f8f783f93c590b3 |
EUC-JP | ??駿?毒正 | 001111110011111110111101110110010011111111000110110001111100000010110101 | 3f3fbdd93fc6c7c0b5 |
UTF-8 | 李렡駿띨毒正 | 111011111010011110100001111010111010000010100001111010011010011110111111111010111001110110101000111001101010111110010010111001101010110110100011 | efa7a1eba0a1e9a7bfeb9da8e6af92e6ada3 |
UHC | 李렡駿띨毒正 | 111011001011000010001110101100101111000111100111101101101110111011010100101110001110111111100001 | ecb08eb2f1e7b6eed4b8efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)