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 | 邯蛾他髴 | 1110011110110110100010011110100110010001101111001110100110011100 | e7b689e991bce99c |
EUC-JP | 邯蛾他髴 | 1110111010111000101100101110101111000010101111101111000111111100 | eeb8b2ebc2bef1fc |
UTF-8 | 邯蛾他髴 | 111010011000001010101111111010001001101110111110111001001011101110010110111010011010101110110100 | e982afe89bbee4bb96e9abb4 |
UHC | 邯蛾他? | 11001010111110111110010010110110111101101110001000111111 | cafbe4b6f6e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)