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 | 髮榊セ | 1110100110011011100011011110010110111110 | e99b8de5be |
EUC-JP | 髮榊セ | 111100011111101110111010111001111000111010111110 | f1fbbae78ebe |
UTF-8 | 髮榊セ | 111010011010101110101110111001101010011010001010111011111011110110111110 | e9abaee6a68aefbdbe |
UHC | 髮?? | 11011011101001010011111100111111 | dba53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)