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 | 1110001010111111100101100100101001000101 | e2bf964a45 |
EUC-JP | 篩褒E | 1110010011000001110010111010101101000101 | e4c1cbab45 |
UTF-8 | 篩褒E | 11100111101011111010100111101000101001001001001001000101 | e7afa9e8a49245 |
UHC | 篩褒E | 1101111011101000111110001110011001000101 | dee8f8e645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)