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 | âsâs^ | 11000011101000100111001111000011101000100111001101011110 | c3a273c3a2735e |
SJIS-WIN | ?¢s?¢s^ | 001111111000000110010001011100110011111110000001100100010111001101011110 | 3f8191733f8191735e |
EUC-JP | âsâs^ | 10001111101010101010101010100001111100010111001110001111101010101010101010100001111100010111001101011110 | 8faaaaa1f1738faaaaa1f1735e |
UTF-8 | âsâs^ | 1100001110000011110000101010001001110011110000111000001111000010101000100111001101011110 | c383c2a273c383c2a2735e |
UHC | ??s??s^ | 00111111001111110111001100111111001111110111001101011110 | 3f3f733f3f735e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)