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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 癲λ?癲λ?^ | 1110000110011111100000111100100100111111111000011001111110000011110010010011111101011110 | e19f83c93fe19f83c93f5e |
EUC-JP | 癲λ?癲λ?^ | 1110001010100001101001101100101100111111111000101010000110100110110010110011111101011110 | e2a1a6cb3fe2a1a6cb3f5e |
UTF-8 | 癲λ퍌癲λ퍌^ | 1110011110011001101100101100111010111011111011011000110110001100111001111001100110110010110011101011101111101101100011011000110001011110 | e799b2cebbed8d8ce799b2cebbed8d8c5e |
UHC | 癲λ퍌癲λ퍌^ | 11101111101001101010010111101011101110111000001111101111101001101010010111101011101110111000001101011110 | efa6a5ebbb83efa6a5ebbb835e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)