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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 謔梧「+d | 1110011010000010100011001110011010100010100000010111101101100100 | e6828ce6a2817b64 |
EUC-JP | 謔梧「+d | 111010111110001010111000111010001000111010100010101000011101110001100100 | ebe2b8e88ea2a1dc64 |
UTF-8 | 謔梧「+d | 11101000101011001001010011100110101000101010011111101111101111011010001011101111101111001000101101100100 | e8ac94e6a2a7efbda2efbc8b64 |
UHC | 謔梧?+d | 1111100111001100111001111111110000111111101000111010101101100100 | f9cce7fc3fa3ab64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)