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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ?蠅?h?蠅 | 0011111111100101101000100011111101101000001111111110010110100010 | 3fe5a23f683fe5a2 |
EUC-JP | ?蠅渶h?蠅 | 00111111111010101010010010001111110001111110110101101000001111111110101010100100 | 3feaa48fc7ed683feaa4 |
UTF-8 | 셢蠅渶h셢蠅 | 11101100100001011010001011101000101000001000010111100110101110001011011001101000111011001000010110100010111010001010000010000101 | ec85a2e8a085e6b8b668ec85a2e8a085 |
UHC | 셢蠅渶h셢蠅 | 1001100101101001111000111011001011100111101101110110100010011001011010011110001110110010 | 9969e3b2e7b7689969e3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)