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 | ºÙ] | 101110101101100101011101 | bad95d |
SJIS-WIN | ??] | 001111110011111101011101 | 3f3f5d |
EUC-JP | ºÙ] | 10001111101000101110101110001111101010101110001101011101 | 8fa2eb8faae35d |
UTF-8 | ºÙ] | 1100001010111010110000111001100101011101 | c2bac3995d |
UHC | º?] | 10101000101011000011111101011101 | a8ac3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)