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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 翦翦^ | 111100111010100011100011110001101111001110101000111000111100011001011110 | f3a8e3c6f3a8e3c65e |
EUC-JP | ?翦?翦^ | 00111111111001101100100000111111111001101100100001011110 | 3fe6c83fe6c85e |
UTF-8 | 翦翦^ | 11101110100010101001101111100111101111111010011011101110100010101001101111100111101111111010011001011110 | ee8a9be7bfa6ee8a9be7bfa65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)