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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跌猩? | 1110011011101001111000001100110100111111 | e6e9e0cd3f |
EUC-JP | 跌猩蔯 | 11101100111010111110000011001111100011111101100110111100 | ecebe0cf8fd9bc |
UTF-8 | 跌猩蔯 | 111010001011011110001100111001111000110010101001111010001001010010101111 | e8b78ce78ca9e894af |
UHC | 跌猩蔯 | 111100101111011011100000111110101111001011011110 | f2f6e0faf2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)