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 | 襭倶9蓆 | 1110011001000010100010111110010010000010010110001110010011101100 | e6428be48258e4ec |
EUC-JP | 襭倶9蓆 | 1110101110100011101101101110011010100011101110011110100011101110 | eba3b6e6a3b9e8ee |
UTF-8 | 襭倶9蓆 | 111010001010010110101101111001011000000010110110111011111011110010011001111010001001001110000110 | e8a5ade580b6efbc99e89386 |
UHC | ??9蓆 | 001111110011111110100011101110011110000010110110 | 3f3fa3b9e0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)