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 | 映??鹽 | 100010010110011000111111001111111110101001100100 | 89663f3fea64 |
EUC-JP | 映??鹽 | 101100011100011100111111001111111111001111000101 | b1c73f3ff3c5 |
UTF-8 | 映든굘鹽 | 111001101001100010100000111010111001001110100000111010101011010110011000111010011011100110111101 | e698a0eb93a0eab598e9b9bd |
UHC | 映든굘鹽 | 1110011110110001101101011110011110110001101101011110011110100100 | e7b1b5e7b1b5e7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)