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 | 蓚コ闥派 | 11100100111010011011101011101000100100101001010001101000 | e4e9bae8929468 |
EUC-JP | 蓚コ闥派 | 1110100011101011100011101011101011101111111100101100011111001001 | e8eb8ebaeff2c7c9 |
UTF-8 | 蓚コ闥派 | 111010001001001110011010111011111011110110111010111010011001011110100101111001101011010010111110 | e8939aefbdbae997a5e6b4be |
UHC | 蓚??派 | 111000101011111000111111001111111111011111101111 | e2be3f3ff7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)