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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 媛邁?愼?E | 100101010101000111100111101100000011111110011100110001000011111101000101 | 9551e7b03f9cc43f45 |
EUC-JP | 媛邁?愼?E | 110010011011001011101110101100100011111111011000110001100011111101000101 | c9b2eeb23fd8c63f45 |
UTF-8 | 媛邁튠愼렧E | 11100101101010101001101111101001100000101000000111101101100010101010000011100110100001001011110011101011101000001010011101000101 | e5aa9be98281ed8aa0e684bceba0a745 |
UHC | 媛邁튠愼렧E | 1110101010110000110110001110010011000110101010101110001111100101100011101011011001000101 | eab0d8e4c6aae3e58eb645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)