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 | í°iì± | 11101101100110001011000001101001111011001011000110010100 | ed98b069ecb194 |
SJIS-WIN | ??°i?±? | 001111110011111110000001100010110110100100111111100000010111110100111111 | 3f3f818b693f817d3f |
EUC-JP | í?°iì±? | 10001111101010111011111100111111101000011110101101101001100011111010101111000000101000011101111000111111 | 8fabbf3fa1eb698fabc0a1de3f |
UTF-8 | í°iì± | 11000011101011011100001010011000110000101011000001101001110000111010110011000010101100011100001010010100 | c3adc298c2b069c3acc2b1c294 |
UHC | ??°i?±? | 001111110011111110100001110001100110100100111111101000011011111000111111 | 3f3fa1c6693fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)