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 | 涬痔軸 | 1111101101000001100011101010010011110000101101001000111010110010 | fb418ea4f0b48eb2 |
EUC-JP | 涬痔?軸 | 1000111111000111110011111011110010100110001111111011110010110100 | 8fc7cfbca63fbcb4 |
UTF-8 | 涬痔軸 | 111001101011011010101100111001111001011110010100111011101000000110110011111010001011101110111000 | e6b6ace79794ee81b3e8bbb8 |
UHC | ?痔?軸 | 001111111111011011000000001111111111010111101110 | 3ff6c03ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)