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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 繕戍G | 1001000101010101100111001111100101000111 | 91559cf947 |
EUC-JP | 繕戍G | 1100000110110110110110001111101101000111 | c1b6d8fb47 |
UTF-8 | 繕戍G | 11100111101110011001010111100110100010001000110101000111 | e7b995e6888d47 |
UHC | 繕戍G | 1110000011001011111000101010000101000111 | e0cbe2a147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)