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 | ??± | 001111110011111110110001 | 3f3fb1 |
SJIS-WIN | 域?± | 1000100011100110001111111000000101111101 | 88e63f817d |
EUC-JP | 域?± | 1011000011101000001111111010000111011110 | b0e83fa1de |
UTF-8 | 域⒴± | 1110010110011111100111111110001010010010101101001100001010110001 | e59f9fe292b4c2b1 |
UHC | 域⒴± | 111001101011010010101001111001011010000110111110 | e6b4a9e5a1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)