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 | 髢サ遏ゥ謖 | 1110100110010110101110111110011110011111101010011110011010001100 | e996bbe79fa9e68c |
EUC-JP | 髢サ遏ゥ謖 | 11110001111101101000111010111011111011101010000110001110101010011110101111101100 | f1f68ebbeea18ea9ebec |
UTF-8 | 髢サ遏ゥ謖 | 111010011010101110100010111011111011110110111011111010011000000110001111111011111011110110101001111010001010110010010110 | e9aba2efbdbbe9818fefbda9e8ac96 |
UHC | ????謖 | 001111110011111100111111001111111110000111011010 | 3f3f3f3fe1da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)