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 | ñý±²] | 1111000111111101101100011011001001011101 | f1fdb1b25d |
SJIS-WIN | ??±?] | 001111110011111110000001011111010011111101011101 | 3f3f817d3f5d |
EUC-JP | ñý±?] | 10001111101010111101000010001111101010111111001010100001110111100011111101011101 | 8fabd08fabf2a1de3f5d |
UTF-8 | ñý±²] | 110000111011000111000011101111011100001010110001110000101011001001011101 | c3b1c3bdc2b1c2b25d |
UHC | ??±²] | 00111111001111111010000110111110101010011111011101011101 | 3f3fa1bea9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)