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 | ⅲ汐錫 | 111110100100001010001110101011001000111011100000 | fa428eac8ee0 |
EUC-JP | ?汐錫 | 0011111110111100101011101011110011100010 | 3fbcaebce2 |
UTF-8 | ⅲ汐錫 | 111000101000010110110010111001101011000110010000111010011000110010101011 | e285b2e6b190e98cab |
UHC | ⅲ汐錫 | 101001011010001111100000101100011110000010111000 | a5a3e0b1e0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)