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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髢サ迢ゥ蝮 | 1110100110010110101110111110011110001011101010011110010110011101 | e996bbe78ba9e59d |
EUC-JP | 髢サ迢ゥ蝮 | 11110001111101101000111010111011111011011110101110001110101010011110100111111101 | f1f68ebbedeb8ea9e9fd |
UTF-8 | 髢サ迢ゥ蝮 | 111010011010101110100010111011111011110110111011111010001011111110100010111011111011110110101001111010001001110110101110 | e9aba2efbdbbe8bfa2efbda9e89dae |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)