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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | □??パ〓 | 1000000110100000001111110011111110000011011100001000000110101100 | 81a03f3f837081ac |
EUC-JP | □??パ〓 | 1010001010100010001111110011111110100101110100011010001010101110 | a2a23f3fa5d1a2ae |
UTF-8 | □룫킃パ〓 | 111000101001011010100001111010111010001110101011111011011000001010000011111000111000001110010001111000111000000010010011 | e296a1eba3abed8283e38391e38093 |
UHC | □룫킃パ〓 | 10100001111000001000111110100010101101001000111110101011110100011010000111101011 | a1e08fa2b48fabd1a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)