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 | 猥l? | 1110000011001110100000101000110000111111 | e0ce828c3f |
EUC-JP | 猥l? | 1110000011010000101000111110110000111111 | e0d0a3ec3f |
UTF-8 | 猥l꺓 | 111001111000110010100101111011111011110110001100111010101011101010010011 | e78ca5efbd8ceaba93 |
UHC | 猥l꺓 | 111010001110010110100011111011001000001110111001 | e8e5a3ec83b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)