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 | 1001000010101111100011011011110101101001100100001010111110001101101111010110100101000010 | 90af8dbd6990af8dbd6942 |
EUC-JP | 星鎖i星鎖iB | 1100000010110001101110101011111101101001110000001011000110111010101111110110100101000010 | c0b1babf69c0b1babf6942 |
UTF-8 | 星鎖i星鎖iB | 111001101001100010011111111010011000111010010110011010011110011010011000100111111110100110001110100101100110100101000010 | e6989fe98e9669e6989fe98e966942 |
UHC | 星鎖i星鎖iB | 1110000011111000111000011111000001101001111000001111100011100001111100000110100101000010 | e0f8e1f069e0f8e1f06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)