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 | ûE¬ç°·^ | 11111011010001011010110011100111101100001011011101011110 | fb45ace7b0b75e |
SJIS-WIN | ?E¬?°?^ | 001111110100010110000001110010100011111110000001100010110011111101011110 | 3f4581ca3f818b3f5e |
EUC-JP | ûE¬ç°?^ | 10001111101010111110010101000101101000101100110010001111101010111010111010100001111010110011111101011110 | 8fabe545a2cc8fabaea1eb3f5e |
UTF-8 | ûE¬ç°·^ | 110000111011101101000101110000101010110011000011101001111100001010110000110000101011011101011110 | c3bb45c2acc3a7c2b0c2b75e |
UHC | ?E??°·^ | 001111110100010100111111001111111010000111000110101000011010010001011110 | 3f453f3fa1c6a1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)