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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 弛?雋?{d | 1001001001101111001111111110100010110010001111110111101101100100 | 926f3fe8b23f7b64 |
EUC-JP | 弛?雋?{d | 1100001111010000001111111111000010110100001111110111101101100100 | c3d03ff0b43f7b64 |
UTF-8 | 弛렍雋렦{d | 1110010110111100100110111110101110100000100011011110100110011011100010111110101110100000101001100111101101100100 | e5bc9beba08de99b8beba0a67b64 |
UHC | 弛렍雋렦{d | 11101100101011001000111010100011111100011110011010001110101101010111101101100100 | ecac8ea3f1e68eb57b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)