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 | 率??猥 | 100101111010011000111111001111111110000011001110 | 97a63f3fe0ce |
EUC-JP | 率??猥 | 110011101010100000111111001111111110000011010000 | cea83f3fe0d0 |
UTF-8 | 率녘나猥 | 111001111000111010000111111010111000010110011000111010111000001010011000111001111000110010100101 | e78e87eb8598eb8298e78ca5 |
UHC | 率녘나猥 | 1110000111100011101100111110100010110011101010101110100011100101 | e1e3b3e8b3aae8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)