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? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | ハ魏タh | 111100001110101111001010111010011011000011000000011010001111000011101011 | f0ebcae9b0c068f0eb |
EUC-JP | ?ハ魏タh? | 001111111000111011001010111100101011001010001110110000000110100000111111 | 3f8ecaf2b28ec0683f |
UTF-8 | ハ魏タh | 11101110100000101010101011101111101111101000101011101001101011011000111111101111101111101000000001101000111011101000001010101010 | ee82aaefbe8ae9ad8fefbe8068ee82aa |
UHC | ??魏?h? | 00111111001111111110101011100000001111110110100000111111 | 3f3feae03f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)