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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 怐喊k | 1001110010000001100110100101111001101011 | 9c819a5e6b |
EUC-JP | 怐喊k | 1101011111100001110100111011111101101011 | d7e1d3bf6b |
UTF-8 | 怐喊k | 11100110100000001001000011100101100101101000101001101011 | e68090e5968a6b |
UHC | ?喊k | 00111111111110011110001001101011 | 3ff9e26b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)