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 | 專??猥 | 100110111001001100111111001111111110000011001110 | 9b933f3fe0ce |
EUC-JP | 專??猥 | 110101011111001100111111001111111110000011010000 | d5f33f3fe0d0 |
UTF-8 | 專잰색猥 | 111001011011000010001000111011001001111010110000111011001000001110001001111001111000110010100101 | e5b088ec9eb0ec8389e78ca5 |
UHC | 專잰색猥 | 1110111011110110110000001110100110111011111101101110100011100101 | eef6c0e9bbf6e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)