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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鵝?猥 | 1110101001000000001111111110000011001110 | ea403fe0ce |
EUC-JP | 鵝轝猥 | 11110011101000011000111111100001101010101110000011010000 | f3a18fe1aae0d0 |
UTF-8 | 鵝轝猥 | 111010011011010110011101111010001011110110011101111001111000110010100101 | e9b59de8bd9de78ca5 |
UHC | 鵝轝猥 | 111001001011110111100110101011001110100011100101 | e4bde6ace8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)