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 | 荳野孫 | 111001001011100010010110111011001001000110110111 | e4b896ec91b7 |
EUC-JP | 荳野孫 | 111010001011101011001100111011101100001010111001 | e8bacceec2b9 |
UTF-8 | 荳野孫 | 111010001000110110110011111010011000011110001110111001011010110110101011 | e88db3e9878ee5adab |
UHC | 荳野孫 | 110101001110010111100101101011111110000111011101 | d4e5e5afe1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)