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 | 魚??^ | 1000101110011011001111110011111101011110 | 8b9b3f3f5e |
EUC-JP | 魚??^ | 1011010111111011001111110011111101011110 | b5fb3f3f5e |
UTF-8 | 魚잙컛^ | 11101001101011011001101011101100100111101001100111101100101110111001101101011110 | e9ad9aec9e99ecbb9b5e |
UHC | 魚잙컛^ | 11100101111000001001111111101011101100001000011001011110 | e5e09febb0865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)