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 | 涌涌咫唸 | 1001011101001111100101110100111110011010010000001001101001011000 | 974f974f9a409a58 |
EUC-JP | 涌涌咫唸 | 1100110110110000110011011011000011010011101000011101001110111001 | cdb0cdb0d3a1d3b9 |
UTF-8 | 涌涌咫唸 | 111001101011011010001100111001101011011010001100111001011001001010101011111001011001010010111000 | e6b68ce6b68ce592abe594b8 |
UHC | 涌涌咫? | 11101001101111111110100110111111111100101010000100111111 | e9bfe9bff2a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)