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 | ëë¬ì¬ | 111010111110101110101100111011001000110110101100 | ebebacec8dac |
SJIS-WIN | ??¬??¬ | 0011111100111111100000011100101000111111001111111000000111001010 | 3f3f81ca3f3f81ca |
EUC-JP | ëë¬ì?¬ | 1000111110101011101100111000111110101011101100111010001011001100100011111010101111000000001111111010001011001100 | 8fabb38fabb3a2cc8fabc03fa2cc |
UTF-8 | ëë¬ì¬ | 110000111010101111000011101010111100001010101100110000111010110011000010100011011100001010101100 | c3abc3abc2acc3acc28dc2ac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)