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 | 懿}懿{^ | 10011100111100100111110110011100111100100111101101011110 | 9cf27d9cf27b5e |
EUC-JP | 懿}懿{^ | 11011000111101000111110111011000111101000111101101011110 | d8f47dd8f47b5e |
UTF-8 | 懿}懿{^ | 111001101000011110111111011111011110011010000111101111110111101101011110 | e687bf7de687bf7b5e |
UHC | 懿}懿{^ | 11101011111100110111110111101011111100110111101101011110 | ebf37debf37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)