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 | 1001001001000111100100100100001101101001100100100100011110010010010000110110100101000010 | 9247924369924792436942 |
EUC-JP | 竪辰i竪辰iB | 1100001110101000110000111010010001101001110000111010100011000011101001000110100101000010 | c3a8c3a469c3a8c3a46942 |
UTF-8 | 竪辰i竪辰iB | 111001111010101110101010111010001011111010110000011010011110011110101011101010101110100010111110101100000110100101000010 | e7abaae8beb069e7abaae8beb06942 |
UHC | 竪辰i竪辰iB | 1110001010110101111100101110001101101001111000101011010111110010111000110110100101000010 | e2b5f2e369e2b5f2e36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)