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 | 虞?渦 | 1000101111110001001111111000100101010001 | 8bf13f8951 |
EUC-JP | 虞?渦 | 1011011011110011001111111011000110110010 | b6f33fb1b2 |
UTF-8 | 虞렓渦 | 111010001001100110011110111010111010000010010011111001101011100010100110 | e8999eeba093e6b8a6 |
UHC | 虞렓渦 | 111010011110010110001110101010001110100010111110 | e9e58ea8e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)