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 | ??x{d | 0011111100111111011110000111101101100100 | 3f3f787b64 |
SJIS-WIN | 狸叩x{d | 10010010010010111001001001000000011110000111101101100100 | 924b9240787b64 |
EUC-JP | 狸叩x{d | 11000011101011001100001110100001011110000111101101100100 | c3acc3a1787b64 |
UTF-8 | 狸叩x{d | 111001111000101110111000111001011000111110101001011110000111101101100100 | e78bb8e58fa9787b64 |
UHC | 狸叩x{d | 11010111111000011100110110110000011110000111101101100100 | d7e1cdb0787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)