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 | 蔕カ隗エ蔕カ | 111001001111011010110110111010001010011110110100111001001111011010110110 | e4f6b6e8a7b4e4f6b6 |
EUC-JP | 蔕カ隗エ蔕カ | 111010001111100010001110101101101111000010101001100011101011010011101000111110001000111010110110 | e8f88eb6f0a98eb4e8f88eb6 |
UTF-8 | 蔕カ隗エ蔕カ | 111010001001010010010101111011111011110110110110111010011001101010010111111011111011110110110100111010001001010010010101111011111011110110110110 | e89495efbdb6e99a97efbdb4e89495efbdb6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)