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 | ?????mF | 00111111001111110011111100111111001111110110110101000110 | 3f3f3f3f3f6d46 |
SJIS-WIN | 円??節?mF | 100010010111111000111111001111111001000011011111001111110110110101000110 | 897e3f3f90df3f6d46 |
EUC-JP | 円??節?mF | 101100011101111100111111001111111100000011100001001111110110110101000110 | b1df3f3fc0e13f6d46 |
UTF-8 | 円띨떉節쿍mF | 1110010110000110100001101110101110011101101010001110101110010110100010011110011110101111100000001110110010111111100011010110110101000110 | e58686eb9da8eb9689e7af80ecbf8d6d46 |
UHC | 円띨떉節쿍mF | 111001011111011110110110111011101000101110011111111011111011110110110011010000100110110101000110 | e5f7b6ee8b9fefbdb3426d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)