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 | 駟庚? | 1110100101101001100011010100110100111111 | e9698d4d3f |
EUC-JP | 駟庚? | 1111000111001010101110011010111000111111 | f1cab9ae3f |
UTF-8 | 駟庚룬 | 111010011010011110011111111001011011101010011010111010111010001110101100 | e9a79fe5ba9aeba3ac |
UHC | 駟庚룬 | 110111101111100111001100110100101011011111101001 | def9ccd2b7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)