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 | 隱貼 | 11101000101010101001001101011100 | e8aa935c |
EUC-JP | 隱貼 | 11110000101011001100010110111101 | f0acc5bd |
UTF-8 | 隱貼 | 111010011001101010110001111010001011001010111100 | e99ab1e8b2bc |
UHC | 隱貼 | 11101011110111111111010011100100 | ebdff4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)