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 | ???l^ | 0011111100111111001111110110110001011110 | 3f3f3f6c5e |
SJIS-WIN | 巐わ乘l^ | 1111101010110110100000101110110110011000101010010110110001011110 | fab682ed98a96c5e |
EUC-JP | 巐わ乘l^ | 100011111011101111111001101001001110111111010000101010110110110001011110 | 8fbbf9a4efd0ab6c5e |
UTF-8 | 巐わ乘l^ | 1110010110110111100100001110001110000010100011111110010010111001100110000110110001011110 | e5b790e3828fe4b9986c5e |
UHC | ?わ乘l^ | 00111111101010101110111111100011101010110110110001011110 | 3faaefe3ab6c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)