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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 賢?^ | 10001100101010110011111101011110 | 8cab3f5e |
EUC-JP | 賢?^ | 10111000101011010011111101011110 | b8ad3f5e |
UTF-8 | 賢능^ | 11101000101100111010001011101011100010101010010101011110 | e8b3a2eb8aa55e |
UHC | 賢능^ | 1111101011100111101101001100100101011110 | fae7b4c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)