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 | 銓慕ク∵エイ | 111001111111001010010101111001111011100010000001111001101011010010110010 | e7f295e7b881e6b4b2 |
EUC-JP | 銓慕ク∵エイ | 111011101111010011001010111010011000111010111000101000101110100010001110101101001000111010110010 | eef4cae98eb8a2e88eb48eb2 |
UTF-8 | 銓慕ク∵エイ | 111010011000101010010011111001101000010110010101111011111011110110111000111000101000100010110101111011111011110110110100111011111011110110110010 | e98a93e68595efbdb8e288b5efbdb4efbdb2 |
UHC | 銓慕?∵?? | 111011111011000011011001101101110011111110100001111100010011111100111111 | efb0d9b73fa1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)