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 | 魏育棧 | 111010011011000010001000111001111001111010100000 | e9b088e79ea0 |
EUC-JP | 魏育棧 | 111100101011001010110000111010011101110010100010 | f2b2b0e9dca2 |
UTF-8 | 魏育棧 | 111010011010110110001111111010001000001010110010111001101010001110100111 | e9ad8fe882b2e6a3a7 |
UHC | 魏育棧 | 111010101110000011101011110000001110110111010000 | eae0ebc0edd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)