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 | ok | 10001011011011111000100101101011 | 8b6f896b |
SJIS-WIN | ?o?k | 00111111011011110011111101101011 | 3f6f3f6b |
EUC-JP | ?o?k | 00111111011011110011111101101011 | 3f6f3f6b |
UTF-8 | ok | 110000101000101101101111110000101000100101101011 | c28b6fc2896b |
UHC | ?o?k | 00111111011011110011111101101011 | 3f6f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)