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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 茁?潔SB | 11111011100100110011111110001100100010010101001101000010 | fb933f8c895342 |
EUC-JP | 茁?潔SB | 1000111111010111110111100011111110110111111010010101001101000010 | 8fd7de3fb7e95342 |
UTF-8 | 茁흗潔SB | 1110100010001100100000011110110110011101100101111110011010111101100101000101001101000010 | e88c81ed9d97e6bd945342 |
UHC | 茁흗潔SB | 1111000111101000110010001110100111001100101111100101001101000010 | f1e8c8e9ccbe5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)