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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 躁?啼h躁 | 1110011101001110001111111001101001100101011010001110011101001110 | e74e3f9a6568e74e |
EUC-JP | 躁?啼h躁 | 1110110110101111001111111101001111000110011010001110110110101111 | edaf3fd3c668edaf |
UTF-8 | 躁♣啼h躁 | 11101000101110101000000111100010100110011010001111100101100101011011110001101000111010001011101010000001 | e8ba81e299a3e595bc68e8ba81 |
UHC | 躁♣啼h躁 | 111100001110001010100010110000001111000010100110011010001111000011100010 | f0e2a2c0f0a668f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)