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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?牙??? | 001111111000100111100101001111110011111100111111 | 3f89e53f3f3f |
EUC-JP | ?牙??? | 001111111011001011100111001111110011111100111111 | 3fb2e73f3f3f |
UTF-8 | 렣牙롖렶렍 | 111010111010000010100011111001111000100110011001111010111010000110010110111010111010000010110110111010111010000010001101 | eba0a3e78999eba196eba0b6eba08d |
UHC | 렣牙롖렶렍 | 10001110101101001110010010110011100011101101101010001110110000011000111010100011 | 8eb4e4b38eda8ec18ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)