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 | 葆э輯 | 111001001101110010000100100011111000111101010011 | e4dc848f8f53 |
EUC-JP | 葆э輯 | 111010001101111010100111111011111011110110110100 | e8dea7efbdb4 |
UTF-8 | 葆э輯 | 1110100010010001100001101101000110001101111010001011110010101111 | e89186d18de8bcaf |
UHC | ?э輯 | 0011111110101100111011111111001011111110 | 3faceff2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)