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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棕?燼斑? | 1001111010100001001111111110000010011110100101001100000100111111 | 9ea13fe09e94c13f |
EUC-JP | 棕?燼斑? | 1101110010100011001111111101111111111110110010001100001100111111 | dca33fdffec8c33f |
UTF-8 | 棕렋燼斑뤒 | 111001101010001110010101111010111010000010001011111001111000011110111100111001101001011010010001111010111010010010010010 | e6a395eba08be787bce69691eba492 |
UHC | 棕렋燼斑뤒 | 11110000111101111000111010100010111000111110100011011010111010001000111111000010 | f0f78ea2e3e8dae88fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)