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 | 蠎菩囿 | 111001011011101010010101111011001001101010011100 | e5ba95ec9a9c |
EUC-JP | 蠎菩囿 | 111010101011110011001010111011101101001111111100 | eabccaeed3fc |
UTF-8 | 蠎菩囿 | 111010001010000010001110111010001000111110101001111001011001101110111111 | e8a08ee88fa9e59bbf |
UHC | ?菩? | 00111111110111001100110000111111 | 3fdccc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)