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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 拌碆] | 1001110101100001111000011110110001011101 | 9d61e1ec5d |
EUC-JP | 拌碆] | 1101100111000010111000101110111001011101 | d9c2e2ee5d |
UTF-8 | 拌碆] | 11100110100010111000110011100111101000101000011001011101 | e68b8ce7a2865d |
UHC | 拌?] | 11011010111001010011111101011101 | dae53f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)