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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銕溷セ。磑シ | 111001111110110010011111111001011011111010100001111000011111010010111100 | e7ec9fe5bea1e1f4bc |
EUC-JP | 銕溷セ。磑シ | 111011101110111011011110111001111000111010111110100011101010000111100010111101101000111010111100 | eeeedee78ebe8ea1e2f68ebc |
UTF-8 | 銕溷セ。磑シ | 111010011000101010010101111001101011101010110111111011111011110110111110111011111011110110100001111001111010001110010001111011111011110110111100 | e98a95e6bab7efbdbeefbda1e7a391efbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)