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 | 阡戊エ狗藍 | 111010001001010010010101111010001011010010001011111001111001011110010101 | e89495e8b48be79795 |
EUC-JP | 阡戊エ狗藍 | 11101111111101001100101011101010100011101011010010110110111010011100110111110101 | eff4caea8eb4b6e9cdf5 |
UTF-8 | 阡戊エ狗藍 | 111010011001100010100001111001101000100010001010111011111011110110110100111001111000101110010111111010001001011110001101 | e998a1e6888aefbdb4e78b97e8978d |
UHC | 阡戊?狗藍 | 111101001100011011011001111001100011111111001111101101111101010111000000 | f4c6d9e63fcfb7d5c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)