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 | ??揖?苡 | 00111111001111111001011101001011001111111110010010001111 | 3f3f974b3fe48f |
EUC-JP | ??揖?苡 | 00111111001111111100110110101100001111111110011111101111 | 3f3fcdac3fe7ef |
UTF-8 | 罹렒揖렍苡 | 111011111010011110100110111010111010000010010010111001101000111110010110111010111010000010001101111010001000101110100001 | efa7a6eba092e68f96eba08de88ba1 |
UHC | 罹렒揖렍苡 | 11101100101110101000111010100111111010111110011110001110101000111110110010111110 | ecba8ea7ebe78ea3ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)