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 | 逶也尠^ | 11100111100110111001011011100111100110111001011001011110 | e79b96e79b965e |
EUC-JP | 逶也尠^ | 11101101111110111100110011101001110101011111011001011110 | edfbcce9d5f65e |
UTF-8 | 逶也尠^ | 11101001100000001011011011100100101110011001111111100101101100001010000001011110 | e980b6e4b99fe5b0a05e |
UHC | ?也?^ | 0011111111100101101001010011111101011110 | 3fe5a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)