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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譱エ籖 | 1110001110111111101101001110001011011101 | e3bfb4e2dd |
EUC-JP | 譱エ籖 | 111001101100000110001110101101001110010011011111 | e6c18eb4e4df |
UTF-8 | 譱エ籖 | 111010001010110110110001111011111011110110110100111001111011000110010110 | e8adb1efbdb4e7b196 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)