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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 易??野 | 100010001101010100111111001111111001011011101100 | 88d53f3f96ec |
EUC-JP | 易??野 | 101100001101011100111111001111111100110011101110 | b0d73f3fccee |
UTF-8 | 易덄씉野 | 111001101001100010010011111010111000110110000100111011001001010010001001111010011000011110001110 | e69893eb8d84ec9489e9878e |
UHC | 易덄씉野 | 1110011010110110100010001110011110011101101000011110010110101111 | e6b688e79da1e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)