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 | 1110111011100100111101011011110101000111 | eee4f5bd47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | îäõ?G | 1000111110101011110000101000111110101011101000111000111110101011110110000011111101000111 | 8fabc28faba38fabd83f47 |
UTF-8 | îäõ½G | 110000111010111011000011101001001100001110110101110000101011110101000111 | c3aec3a4c3b5c2bd47 |
UHC | ???½G | 001111110011111100111111101010001111011001000111 | 3f3f3fa8f647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)