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 | 隍カ貊難スキ | 111010001010010010110110111001101011101110010011111011111011110110110111 | e8a4b6e6bb93efbdb7 |
EUC-JP | 隍カ貊難スキ | 111100001010011010001110101101101110110010111101110001101111000110001110101111011000111010110111 | f0a68eb6ecbdc6f18ebd8eb7 |
UTF-8 | 隍カ貊難スキ | 111010011001101010001101111011111011110110110110111010001011001010001010111010011001101110100011111011111011110110111101111011111011110110110111 | e99a8defbdb6e8b28ae99ba3efbdbdefbdb7 |
UHC | 隍?貊難?? | 111111001101101100111111110110001110011111010001111100010011111100111111 | fcdb3fd8e7d1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)