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 | 郤薙l矗占 | 11100111101110101001001111100011100000101000110011100001110111101001000011101000 | e7ba93e3828ce1de90e8 |
EUC-JP | 郤薙l矗占 | 11101110101111001100011011100101101000111110110011100010111000001100000011101010 | eebcc6e5a3ece2e0c0ea |
UTF-8 | 郤薙l矗占 | 111010011000001110100100111010001001011010011001111011111011110110001100111001111001111110010111111001011000110110100000 | e983a4e89699efbd8ce79f97e58da0 |
UHC | ??l矗占 | 0011111100111111101000111110110011110101101110001110111110111111 | 3f3fa3ecf5b8efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)