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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銓碑カ」 | 111001111111001010010100111010001011011010100011 | e7f294e8b6a3 |
EUC-JP | 銓碑カ」 | 1110111011110100110010001110101010001110101101101000111010100011 | eef4c8ea8eb68ea3 |
UTF-8 | 銓碑カ」 | 111010011000101010010011111001111010001010010001111011111011110110110110111011111011110110100011 | e98a93e7a291efbdb6efbda3 |
UHC | 銓碑?? | 111011111011000011011101111110000011111100111111 | efb0ddf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)