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 | 銓礼ィョ蠕 | 1110011111110010100101111110011110101000101011101110010110111110 | e7f297e7a8aee5be |
EUC-JP | 銓礼ィョ蠕 | 11101110111101001100111011101001100011101010100010001110101011101110101011000000 | eef4cee98ea88eaeeac0 |
UTF-8 | 銓礼ィョ蠕 | 111010011000101010010011111001111010010010111100111011111011110110101000111011111011110110101110111010001010000010010101 | e98a93e7a4bcefbda8efbdaee8a095 |
UHC | 銓???? | 111011111011000000111111001111110011111100111111 | efb03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)