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 | ô×ßÑ | 11110100110101111101111111010001 | f4d7dfd1 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ô×ßÑ | 1000111110101011110101001010000111011111100011111010100111001110100011111010101011010000 | 8fabd4a1df8fa9ce8faad0 |
UTF-8 | ô×ßÑ | 1100001110110100110000111001011111000011100111111100001110010001 | c3b4c397c39fc391 |
UHC | ?×ß? | 001111111010000110111111101010011010110000111111 | 3fa1bfa9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)