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 | 驍冗、シ謇ア | 111010011000001010001111111001111010010010111100111001101000100110110001 | e9828fe7a4bce689b1 |
EUC-JP | 驍冗、シ謇ア | 111100011110001010111110111010011000111010100100100011101011110011101011111010011000111010110001 | f1e2bee98ea48ebcebe98eb1 |
UTF-8 | 驍冗、シ謇ア | 111010011010100110001101111001011000011010010111111011111011110110100100111011111011110110111100111010001010110010000111111011111011110110110001 | e9a98de58697efbda4efbdbce8ac87efbdb1 |
UHC | 驍冗???? | 1111110110100100111010011011011100111111001111110011111100111111 | fda4e9b73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)