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 | 辰側狸 | 100100100100001110010001101001001001001001001011 | 924391a4924b |
EUC-JP | 辰側狸 | 110000111010010011000010101001101100001110101100 | c3a4c2a6c3ac |
UTF-8 | 辰側狸 | 111010001011111010110000111001011000000110110100111001111000101110111000 | e8beb0e581b4e78bb8 |
UHC | 辰側狸 | 111100101110001111110110101100001101011111100001 | f2e3f6b0d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)