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 | 冶?┘? | 100101101110100000111111100001001010001100111111 | 96e83f84a33f |
EUC-JP | 冶?┘沅 | 1100110011101010001111111010100010100101100011111100011011101001 | ccea3fa8a58fc6e9 |
UTF-8 | 冶뗫┘沅 | 111001011000011010110110111010111001011110101011111000101001010010011000111001101011001010000101 | e586b6eb97abe29498e6b285 |
UHC | 冶뗫┘沅 | 1110010110100111100010111110101110100110101001011110101010110110 | e5a78beba6a5eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)