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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 淫l?BF | 10001000111110101000001010001100001111110100001001000110 | 88fa828c3f4246 |
EUC-JP | 淫l?BF | 10110000111111001010001111101100001111110100001001000110 | b0fca3ec3f4246 |
UTF-8 | 淫l꺓BF | 1110011010110111101010111110111110111101100011001110101010111010100100110100001001000110 | e6b7abefbd8ceaba934246 |
UHC | 淫l꺓BF | 1110101111100010101000111110110010000011101110010100001001000110 | ebe2a3ec83b94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)