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 | 絅ш害觴 | 1110001101000100100001001000101010001010010100011110011001011011 | e344848a8a51e65b |
EUC-JP | 絅ш害觴 | 1110010110100101101001111110101010110011101100101110101110111100 | e5a5a7eab3b2ebbc |
UTF-8 | 絅ш害觴 | 1110011110110101100001011101000110001000111001011010111010110011111010001010011110110100 | e7b585d188e5aeb3e8a7b4 |
UHC | 絅ш害觴 | 1100110011100111101011001110101011111010101010101101111111011000 | cce7aceafaaadfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)