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 | 矣???罹 | 11100001111000010011111100111111001111111001110011101011 | e1e13f3f3f9ceb |
EUC-JP | 矣???罹 | 11100010111000110011111100111111001111111101100011101101 | e2e33f3f3fd8ed |
UTF-8 | 矣편렗잿罹 | 111001111001111110100011111011011000111010111000111010111010000010010111111011001001111010111111111001111011110110111001 | e79fa3ed8eb8eba097ec9ebfe7bdb9 |
UHC | 矣편렗잿罹 | 11101011111110001100011011101101100011101010110011000000111011011101011111100111 | ebf8c6ed8eacc0edd7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)