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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禎冀譬 | 100100101111010110011001011000101110011010100000 | 92f59962e6a0 |
EUC-JP | 禎冀譬 | 110001001111011111010001110000111110110010100010 | c4f7d1c3eca2 |
UTF-8 | 禎冀譬 | 111001111010011010001110111001011000011010000000111010001010110110101100 | e7a68ee58680e8adac |
UHC | 禎冀譬 | 111011111110111011010000111011011101111010100111 | efeed0eddea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)