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 | ò¡¥ß | 11110010101000011010010111011111 | f2a1a5df |
SJIS-WIN | ??¥? | 0011111100111111100000011000111100111111 | 3f3f818f3f |
EUC-JP | ò¡?ß | 10001111101010111101001010001111101000101100001000111111100011111010100111001110 | 8fabd28fa2c23f8fa9ce |
UTF-8 | ò¡¥ß | 1100001110110010110000101010000111000010101001011100001110011111 | c3b2c2a1c2a5c39f |
UHC | ?¡?ß | 001111111010001010101110001111111010100110101100 | 3fa2ae3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)