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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蠇、逎 B | 1111101110100001101001001110011110100011100000010100000001000010 | fba1a4e7a3814042 |
EUC-JP | ?、逎 B | 0011111110001110101001001110111010100101101000011010000101000010 | 3f8ea4eea5a1a142 |
UTF-8 | 蠇、逎 B | 11101000101000001000011111101111101111011010010011101001100000001000111011100011100000001000000001000010 | e8a087efbda4e9808ee3808042 |
UHC | ??? B | 001111110011111100111111101000011010000101000010 | 3f3f3fa1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)