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 | 終?榧 | 1000111101001001001111111001111011010000 | 8f493f9ed0 |
EUC-JP | 終?榧 | 1011110110101010001111111101110011010010 | bdaa3fdcd2 |
UTF-8 | 終븀榧 | 111001111011010110000010111010111011100010000000111001101010011010100111 | e7b582ebb880e6a6a7 |
UHC | 終븀榧 | 111100001111101110111010111001111101110111101110 | f0fbbae7ddee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)