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 | 莊o秋h莊 | 111001001011010110000010100011111000111101001000011010001110010010110101 | e4b5828f8f4868e4b5 |
EUC-JP | 莊o秋h莊 | 111010001011011110100011111011111011110110101001011010001110100010110111 | e8b7a3efbda968e8b7 |
UTF-8 | 莊o秋h莊 | 11101000100011101000101011101111101111011000111111100111101001111000101101101000111010001000111010001010 | e88e8aefbd8fe7a78b68e88e8a |
UHC | 莊o秋h莊 | 111011011111011010100011111011111111010111010101011010001110110111110110 | edf6a3eff5d568edf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)