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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 繩繩E | 1110001110001010111000111000101001000101 | e38ae38a45 |
EUC-JP | 繩繩E | 1110010111101010111001011110101001000101 | e5eae5ea45 |
UTF-8 | 繩繩E | 11100111101110011010100111100111101110011010100101000101 | e7b9a9e7b9a945 |
UHC | 繩繩E | 1110001110110001111000111011000101000101 | e3b1e3b145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)