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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 藁?齋 | 1001100001101101001111111110001001010110 | 986d3fe256 |
EUC-JP | 藁琁齋 | 11001111110011101000111111001100101000111110001110110111 | cfce8fcca3e3b7 |
UTF-8 | 藁琁齋 | 111010001001011110000001111001111001000010000001111010011011110110001011 | e89781e79081e9bd8b |
UHC | 藁琁齋 | 110011011100101111100000110001001110111010110001 | cdcbe0c4eeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)