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 | 魏蝉ソ | 1110100110110000100100001110010010111111 | e9b090e4bf |
EUC-JP | 魏蝉ソ | 111100101011001011000000111001101000111010111111 | f2b2c0e68ebf |
UTF-8 | 魏蝉ソ | 111010011010110110001111111010001001110110001001111011111011110110111111 | e9ad8fe89d89efbdbf |
UHC | 魏?? | 11101010111000000011111100111111 | eae03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)