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 | 踵也怱跋 | 1110011011111001100101101110011110011100100001001110011011101011 | e6f996e79c84e6eb |
EUC-JP | 踵也怱跋 | 1110110011111011110011001110100111010111111001001110110011101101 | ecfbcce9d7e4eced |
UTF-8 | 踵也怱跋 | 111010001011100010110101111001001011100110011111111001101000000010110001111010001011011110001011 | e8b8b5e4b99fe680b1e8b78b |
UHC | 踵也?跋 | 11110001101000101110010110100101001111111101101110100010 | f1a2e5a53fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)