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 | 褊野絃 | 111001011110110110010110111011001000110010111100 | e5ed96ec8cbc |
EUC-JP | 褊野絃 | 111010101110111111001100111011101011100010111110 | eaefcceeb8be |
UTF-8 | 褊野絃 | 111010001010010010001010111010011000011110001110111001111011010110000011 | e8a48ae9878ee7b583 |
UHC | ?野絃 | 0011111111100101101011111111101011100001 | 3fe5affae1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)