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 | ÕÙ½ß | 11010101110110011011110111011111 | d5d9bddf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÕÙ?ß | 10001111101010101101100010001111101010101110001100111111100011111010100111001110 | 8faad88faae33f8fa9ce |
UTF-8 | ÕÙ½ß | 1100001110010101110000111001100111000010101111011100001110011111 | c395c399c2bdc39f |
UHC | ??½ß | 001111110011111110101000111101101010100110101100 | 3f3fa8f6a9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)