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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 殖?峠^ | 100100000100001000111111100100111011101101011110 | 90423f93bb5e |
EUC-JP | 殖琁峠^ | 1011111110100011100011111100110010100011110001101011110101011110 | bfa38fcca3c6bd5e |
UTF-8 | 殖琁峠^ | 11100110101011101001011011100111100100001000000111100101101100111010000001011110 | e6ae96e79081e5b3a05e |
UHC | 殖琁峠^ | 11100011110101101110000011000100110111111100011101011110 | e3d6e0c4dfc75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)