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 | 褊野坎 | 111001011110110110010110111011001001101010101010 | e5ed96ec9aaa |
EUC-JP | 褊野坎 | 111010101110111111001100111011101101010010101100 | eaefcceed4ac |
UTF-8 | 褊野坎 | 111010001010010010001010111010011000011110001110111001011001110110001110 | e8a48ae9878ee59d8e |
UHC | ?野坎 | 0011111111100101101011111100101011101100 | 3fe5afcaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)