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 | o | 10001011011011111001110010001001 | 8b6f9c89 |
SJIS-WIN | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
EUC-JP | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
UTF-8 | o | 11000010100010110110111111000010100111001100001010001001 | c28b6fc29cc289 |
UHC | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)