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^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 恁????e^ | 1001110010001100001111110011111100111111001111110110010101011110 | 9c8c3f3f3f3f655e |
EUC-JP | 恁????e^ | 1101011111101100001111110011111100111111001111110110010101011110 | d7ec3f3f3f3f655e |
UTF-8 | 恁쿍梨붿콡e^ | 1110011010000001100000011110110010111111100011011110111110100111101000101110101110110110101111111110110010111101101000010110010101011110 | e68181ecbf8defa7a2ebb6bfecbda1655e |
UHC | 恁쿍梨붿콡e^ | 111011001111011010110011010000101110110010110001100101001110110010110001100110010110010101011110 | ecf6b342ecb194ecb199655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)