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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銖肴ソ顔 | 11100111111100011000110111100110101111111000101011100111 | e7f18de6bf8ae7 |
EUC-JP | 銖肴ソ顔 | 1110111011110011101110101110100010001110101111111011010011101001 | eef3bae88ebfb4e9 |
UTF-8 | 銖肴ソ顔 | 111010011000101010010110111010001000001010110100111011111011110110111111111010011010000110010100 | e98a96e882b4efbdbfe9a194 |
UHC | 銖肴?顔 | 11100010110001111111110110100010001111111110010011010100 | e2c7fda23fe4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)