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 | 隸跫鵈 | 111010001010111111100110111011011110100111111100 | e8afe6ede9fc |
EUC-JP | 隸跫鵈 | 111100001011000111101100111011111111001011111110 | f0b1eceff2fe |
UTF-8 | 隸跫鵈 | 111010011001101010111000111010001011011110101011111010011011010110001000 | e99ab8e8b7abe9b588 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)