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 | ±Ìܸ | 10110001110011001101110010111000 | b1ccdcb8 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±Ìܸ | 1010000111011110100011111010101011000000100011111010101011100100100011111010001010110001 | a1de8faac08faae48fa2b1 |
UTF-8 | ±Ìܸ | 1100001010110001110000111000110011000011100111001100001010111000 | c2b1c38cc39cc2b8 |
UHC | ±??¸ | 101000011011111000111111001111111010001010101100 | a1be3f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)