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 | 顰屬顰 | 111010001111110010011011101000101110100011111100 | e8fc9ba2e8fc |
EUC-JP | 顰屬顰 | 111100001111111011010110101001001111000011111110 | f0fed6a4f0fe |
UTF-8 | 顰屬顰 | 111010011010000110110000111001011011000110101100111010011010000110110000 | e9a1b0e5b1ace9a1b0 |
UHC | ?屬? | 00111111111000011101010100111111 | 3fe1d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)