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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ヘロG | 11001101110110111111011110100100111100011111110001000111 | cddbf7a4f1fc47 |
EUC-JP | ヘロ??G | 10001110110011011000111011011011001111110011111101000111 | 8ecd8edb3f3f47 |
UTF-8 | ヘロG | 11101111101111101000110111101111101111101001101111101110100101101000011111101110100001011011011101000111 | efbe8defbe9bee9687ee85b747 |
UHC | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)