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 | 驍冗、シ邊歐 | 11101001100000101000111111100111101001001011110011100111101100101001111101011110 | e9828fe7a4bce7b29f5e |
EUC-JP | 驍冗、シ邊歐 | 111100011110001010111110111010011000111010100100100011101011110011101110101101001101110110111111 | f1e2bee98ea48ebceeb4ddbf |
UTF-8 | 驍冗、シ邊歐 | 111010011010100110001101111001011000011010010111111011111011110110100100111011111011110110111100111010011000001010001010111001101010110110010000 | e9a98de58697efbda4efbdbce9828ae6ad90 |
UHC | 驍冗??邊歐 | 11111101101001001110100110110111001111110011111111011100101010111100111110110001 | fda4e9b73f3fdcabcfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)