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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嵬??鹽 | 100110111100101000111111001111111110101001100100 | 9bca3f3fea64 |
EUC-JP | 嵬??鹽 | 110101101100110000111111001111111111001111000101 | d6cc3f3ff3c5 |
UTF-8 | 嵬뚲겢鹽 | 111001011011010110101100111010111001101010110010111010101011001010100010111010011011100110111101 | e5b5aceb9ab2eab2a2e9b9bd |
UHC | 嵬뚲겢鹽 | 1110100011100011100011001110111010000001101101001110011110100100 | e8e38cee81b4e7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)