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 | 經э週 | 111000110101001110000100100011111000111101010100 | e353848f8f54 |
EUC-JP | 經э週 | 111001011011010010100111111011111011110110110101 | e5b4a7efbdb5 |
UTF-8 | 經э週 | 1110011110110110100100111101000110001101111010011000000010110001 | e7b693d18de980b1 |
UHC | 經э週 | 110011001110100010101100111011111111000111001110 | cce8aceff1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)