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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 顴絅庠^ | 11101001010000011110001101000100100110111111011101011110 | e941e3449bf75e |
EUC-JP | 顴絅庠^ | 11110001101000101110010110100101110101101111100101011110 | f1a2e5a5d6f95e |
UTF-8 | 顴絅庠^ | 11101001101000011011010011100111101101011000010111100101101110101010000001011110 | e9a1b4e7b585e5baa05e |
UHC | ?絅庠^ | 001111111100110011100111110111111100101001011110 | 3fcce7dfca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)