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 | 銕取自磑シ | 111001111110110010001110111001101000111010101001111000011111010010111100 | e7ec8ee68ea9e1f4bc |
EUC-JP | 銕取自磑シ | 11101110111011101011110011101000101111001010101111100010111101101000111010111100 | eeeebce8bcabe2f68ebc |
UTF-8 | 銕取自磑シ | 111010011000101010010101111001011000111110010110111010001000011110101010111001111010001110010001111011111011110110111100 | e98a95e58f96e887aae7a391efbdbc |
UHC | ?取自?? | 00111111111101101010001011101101101110110011111100111111 | 3ff6a2edbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)