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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邀??苑?B | 1110011110110001001111110011111110001001100100010011111101000010 | e7b13f3f89913f42 |
EUC-JP | 邀??苑?B | 1110111010110011001111110011111110110001111100010011111101000010 | eeb33f3fb1f13f42 |
UTF-8 | 邀싰퀣苑럀B | 11101001100000101000000011101100100010111011000011101101100000001010001111101000100010111001000111101011100111111000000001000010 | e98280ec8bb0ed80a3e88b91eb9f8042 |
UHC | 邀싰퀣苑럀B | 1110100110101101100110101110101010110011100101111110101010111101100011100101100101000010 | e9ad9aeab397eabd8e5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)