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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 喊毬 | 10011010010111101001111101111011 | 9a5e9f7b |
EUC-JP | 喊毬 | 11010011101111111101110111011100 | d3bfdddc |
UTF-8 | 喊毬 | 111001011001011010001010111001101010111110101100 | e5968ae6afac |
UHC | 喊毬 | 11111001111000101100111110110011 | f9e2cfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)