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 | í¡ì°½\ | 11101101100110001010000111101100101100001011110101011100 | ed98a1ecb0bd5c |
SJIS-WIN | ????°?\ | 0011111100111111001111110011111110000001100010110011111101011100 | 3f3f3f3f818b3f5c |
EUC-JP | í?¡ì°?\ | 1000111110101011101111110011111110001111101000101100001010001111101010111100000010100001111010110011111101011100 | 8fabbf3f8fa2c28fabc0a1eb3f5c |
UTF-8 | í¡ì°½\ | 11000011101011011100001010011000110000101010000111000011101011001100001010110000110000101011110101011100 | c3adc298c2a1c3acc2b0c2bd5c |
UHC | ??¡?°½\ | 00111111001111111010001010101110001111111010000111000110101010001111011001011100 | 3f3fa2ae3fa1c6a8f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)