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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 髦サi髦サiB | 111010011001100010111011011010011110100110011000101110110110100101000010 | e998bb69e998bb6942 |
EUC-JP | 髦サi髦サiB | 1111000111111000100011101011101101101001111100011111100010001110101110110110100101000010 | f1f88ebb69f1f88ebb6942 |
UTF-8 | 髦サi髦サiB | 111010011010101110100110111011111011110110111011011010011110100110101011101001101110111110111101101110110110100101000010 | e9aba6efbdbb69e9aba6efbdbb6942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)