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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銓礼昼 | 111001111111001010010111111001111001001010001011 | e7f297e7928b |
EUC-JP | 銓礼昼 | 111011101111010011001110111010011100001111101011 | eef4cee9c3eb |
UTF-8 | 銓礼昼 | 111010011000101010010011111001111010010010111100111001101001100010111100 | e98a93e7a4bce698bc |
UHC | 銓?? | 11101111101100000011111100111111 | efb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)