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 | }¸ | 10011110011111011001101110111000 | 9e7d9bb8 |
SJIS-WIN | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
EUC-JP | ?}?¸ | 001111110111110100111111100011111010001010110001 | 3f7d3f8fa2b1 |
UTF-8 | }¸ | 11000010100111100111110111000010100110111100001010111000 | c29e7dc29bc2b8 |
UHC | ?}?¸ | 0011111101111101001111111010001010101100 | 3f7d3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)