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 | 咫痣盖穩 | 1001101001000000111000010111101111100001101100111110001001110010 | 9a40e17be1b3e272 |
EUC-JP | 咫痣盖穩 | 1101001110100001111000011101110011100010101101011110001111010011 | d3a1e1dce2b5e3d3 |
UTF-8 | 咫痣盖穩 | 111001011001001010101011111001111001011110100011111001111001101110010110111001111010100110101001 | e592abe797a3e79b96e7a9a9 |
UHC | 咫?盖穩 | 11110010101000010011111111001011110011001110100010110001 | f2a13fcbcce8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)