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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鸚??義? | 11101010010111110011111100111111100010110110000000111111 | ea5f3f3f8b603f |
EUC-JP | 鸚??義? | 11110011110000000011111100111111101101011100000100111111 | f3c03f3fb5c13f |
UTF-8 | 鸚뽩룘義뉰 | 111010011011100010011010111010111011110110101001111010111010001110011000111001111011111010101001111010111000100110110000 | e9b89aebbda9eba398e7bea9eb89b0 |
UHC | 鸚뽩룘義뉰 | 11100101101001001001011011100101100011111001010011101011111110011000100001000010 | e5a496e58f94ebf98842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)