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 | 瀇鴫涬 | 111110110100111110001110101100001111101101000001 | fb4f8eb0fb41 |
EUC-JP | 瀇鴫涬 | 1000111111001001101011011011110010110010100011111100011111001111 | 8fc9adbcb28fc7cf |
UTF-8 | 瀇鴫涬 | 111001111000000010000111111010011011010010101011111001101011011010101100 | e78087e9b4abe6b6ac |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)