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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔕カ隗エ蔕 | 1110010011110110101101101110100010100111101101001110010011110110 | e4f6b6e8a7b4e4f6 |
EUC-JP | 蔕カ隗エ蔕 | 11101000111110001000111010110110111100001010100110001110101101001110100011111000 | e8f88eb6f0a98eb4e8f8 |
UTF-8 | 蔕カ隗エ蔕 | 111010001001010010010101111011111011110110110110111010011001101010010111111011111011110110110100111010001001010010010101 | e89495efbdb6e99a97efbdb4e89495 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)