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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 治}B | 111100101010010110001110101000010111110101000010 | f2a58ea17d42 |
EUC-JP | ?治}B | 0011111110111100101000110111110101000010 | 3fbca37d42 |
UTF-8 | 治}B | 1110111010000111100111001110011010110010101110110111110101000010 | ee879ce6b2bb7d42 |
UHC | ?治}B | 0011111111110110101111010111110101000010 | 3ff6bd7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)