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 | ?SU}?SU{^ | 001111110101001101010101011111010011111101010011010101010111101101011110 | 3f53557d3f53557b5e |
SJIS-WIN | 蘓SU}蘓SU{^ | 1110010101011110010100110101010101111101111001010101111001010011010101010111101101011110 | e55e53557de55e53557b5e |
EUC-JP | 蘓SU}蘓SU{^ | 1110100110111111010100110101010101111101111010011011111101010011010101010111101101011110 | e9bf53557de9bf53557b5e |
UTF-8 | 蘓SU}蘓SU{^ | 11101000100110001001001101010011010101010111110111101000100110001001001101010011010101010111101101011110 | e8989353557de8989353557b5e |
UHC | ?SU}?SU{^ | 001111110101001101010101011111010011111101010011010101010111101101011110 | 3f53557d3f53557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)