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 | òñ¼«e | 1111001011110001101111001010101101100101 | f2f1bcab65 |
SJIS-WIN | ????e | 0011111100111111001111110011111101100101 | 3f3f3f3f65 |
EUC-JP | òñ??e | 100011111010101111010010100011111010101111010000001111110011111101100101 | 8fabd28fabd03f3f65 |
UTF-8 | òñ¼«e | 110000111011001011000011101100011100001010111100110000101010101101100101 | c3b2c3b1c2bcc2ab65 |
UHC | ??¼?e | 001111110011111110101000111110010011111101100101 | 3f3fa8f93f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)