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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 椽? | 100111101011101100111111 | 9ebb3f |
EUC-JP | 椽? | 110111001011110100111111 | dcbd3f |
UTF-8 | 椽롉 | 111001101010010010111101111010111010000110001001 | e6a4bdeba189 |
UHC | 椽롉 | 11100110110010111000111011001111 | e6cb8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)