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 | 1110100011110100100011101011100001000111 | e8f48eb847 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | èô?¸G | 1000111110101011101100101000111110101011110101000011111110001111101000101011000101000111 | 8fabb28fabd43f8fa2b147 |
UTF-8 | èô¸G | 110000111010100011000011101101001100001010001110110000101011100001000111 | c3a8c3b4c28ec2b847 |
UHC | ???¸G | 001111110011111100111111101000101010110001000111 | 3f3f3fa2ac47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)