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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 咫?^ | 10011010010000000011111101011110 | 9a403f5e |
EUC-JP | 咫?^ | 11010011101000010011111101011110 | d3a13f5e |
UTF-8 | 咫렦^ | 11100101100100101010101111101011101000001010011001011110 | e592abeba0a65e |
UHC | 咫렦^ | 1111001010100001100011101011010101011110 | f2a18eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)