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 | 1111101111010110111001101101000101101001111110111101011011100110110100010110100101000010 | fbd6e6d169fbd6e6d16942 |
EUC-JP | 鋓贄i鋓贄iB | 10001111111001001011111111101100110100110110100110001111111001001011111111101100110100110110100101000010 | 8fe4bfecd3698fe4bfecd36942 |
UTF-8 | 鋓贄i鋓贄iB | 111010011000101110010011111010001011010010000100011010011110100110001011100100111110100010110100100001000110100101000010 | e98b93e8b48469e98b93e8b4846942 |
UHC | ?贄i?贄iB | 001111111111001010111110011010010011111111110010101111100110100101000010 | 3ff2be693ff2be6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)