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 | ÊãVv | 1000101111001010111000110101011001110110 | 8bcae35676 |
SJIS-WIN | ???Vv | 0011111100111111001111110101011001110110 | 3f3f3f5676 |
EUC-JP | ?ÊãVv | 001111111000111110101010101101001000111110101011101010100101011001110110 | 3f8faab48fabaa5676 |
UTF-8 | ÊãVv | 1100001010001011110000111000101011000011101000110101011001110110 | c28bc38ac3a35676 |
UHC | ???Vv | 0011111100111111001111110101011001110110 | 3f3f3f5676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)