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 | ÂúVo | 1000111111000010111110100101011001101111 | 8fc2fa566f |
SJIS-WIN | ???Vo | 0011111100111111001111110101011001101111 | 3f3f3f566f |
EUC-JP | ?ÂúVo | 001111111000111110101010101001001000111110101011111000100101011001101111 | 3f8faaa48fabe2566f |
UTF-8 | ÂúVo | 1100001010001111110000111000001011000011101110100101011001101111 | c28fc382c3ba566f |
UHC | ???Vo | 0011111100111111001111110101011001101111 | 3f3f3f566f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)