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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | レ}レ{^ | 10000011100011000111110110000011100011000111101101011110 | 838c7d838c7b5e |
EUC-JP | レ}レ{^ | 10100101111011000111110110100101111011000111101101011110 | a5ec7da5ec7b5e |
UTF-8 | レ}レ{^ | 111000111000001110101100011111011110001110000011101011000111101101011110 | e383ac7de383ac7b5e |
UHC | レ}レ{^ | 10101011111011000111110110101011111011000111101101011110 | abec7dabec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)