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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 将ア。ワ渧h | 1000111110101011101100011010000111011100111110110100100001101000 | 8fabb1a1dcfb4868 |
EUC-JP | 将ア。ワ渧h | 101111101010110110001110101100011000111010100001100011101101110010001111110001111110101101101000 | bead8eb18ea18edc8fc7eb68 |
UTF-8 | 将ア。ワ渧h | 11100101101100001000011011101111101111011011000111101111101111011010000111101111101111101001110011100110101110001010011101101000 | e5b086efbdb1efbda1efbe9ce6b8a768 |
UHC | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)