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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阡戊エ銀名 | 111010001001010010010101111010001011010010001011111000101001011010111100 | e89495e8b48be296bc |
EUC-JP | 阡戊エ銀名 | 11101111111101001100101011101010100011101011010010110110111001001100110010111110 | eff4caea8eb4b6e4ccbe |
UTF-8 | 阡戊エ銀名 | 111010011001100010100001111001101000100010001010111011111011110110110100111010011000101010000000111001011001000010001101 | e998a1e6888aefbdb4e98a80e5908d |
UHC | 阡戊?銀名 | 111101001100011011011001111001100011111111101011110111101101100110100011 | f4c6d9e63febded9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)