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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髢セ貊捺オエ | 111010011001011010111110111001101011101110010011111001101011010110110100 | e996bee6bb93e6b5b4 |
EUC-JP | 髢セ貊捺オエ | 111100011111011010001110101111101110110010111101110001101110100010001110101101011000111010110100 | f1f68ebeecbdc6e88eb58eb4 |
UTF-8 | 髢セ貊捺オエ | 111010011010101110100010111011111011110110111110111010001011001010001010111001101000110110111010111011111011110110110101111011111011110110110100 | e9aba2efbdbee8b28ae68dbaefbdb5efbdb4 |
UHC | ??貊捺?? | 0011111100111111110110001110011111010001111101000011111100111111 | 3f3fd8e7d1f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)