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 | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | 役??Z? | 100101101111000000111111001111110101101000111111 | 96f03f3f5a3f |
EUC-JP | 役??Z? | 110011001111001000111111001111110101101000111111 | ccf23f3f5a3f |
UTF-8 | 役룸젪Z琉 | 11100101101111011011100111101011101000111011100011101100101000001010101001011010111011111010011110001100 | e5bdb9eba3b8eca0aa5aefa78c |
UHC | 役룸젪Z琉 | 111001101011010110110111111010111010000010100010010110101110101110100100 | e6b5b7eba0a25aeba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)