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 | óíS | 1001111111110011100111111110110101010011 | 9ff39fed53 |
SJIS-WIN | ????S | 0011111100111111001111110011111101010011 | 3f3f3f3f53 |
EUC-JP | ?ó?íS | 001111111000111110101011110100010011111110001111101010111011111101010011 | 3f8fabd13f8fabbf53 |
UTF-8 | óíS | 110000101001111111000011101100111100001010011111110000111010110101010011 | c29fc3b3c29fc3ad53 |
UHC | ????S | 0011111100111111001111110011111101010011 | 3f3f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)