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 | åö¼P | 1110010111110110100111001011110001010000 | e5f69cbc50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | åö??P | 100011111010101110101001100011111010101111010011001111110011111101010000 | 8faba98fabd33f3f50 |
UTF-8 | åö¼P | 110000111010010111000011101101101100001010011100110000101011110001010000 | c3a5c3b6c29cc2bc50 |
UHC | ???¼P | 001111110011111100111111101010001111100101010000 | 3f3f3fa8f950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)