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 | òõö½~ | 1111001011110101111101101011110101111110 | f2f5f6bd7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | òõö?~ | 1000111110101011110100101000111110101011110110001000111110101011110100110011111101111110 | 8fabd28fabd88fabd33f7e |
UTF-8 | òõö½~ | 110000111011001011000011101101011100001110110110110000101011110101111110 | c3b2c3b5c3b6c2bd7e |
UHC | ???½~ | 001111110011111100111111101010001111011001111110 | 3f3f3fa8f67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)