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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茘曙璽羆 | 1110010010101011100011111000110010001110101000111110001110101111 | e4ab8f8c8ea3e3af |
EUC-JP | 茘曙璽羆 | 1110100010101101101111011110110010111100101001011110011010110001 | e8adbdecbca5e6b1 |
UTF-8 | 茘曙璽羆 | 111010001000110010011000111001101001101110011001111001111001001010111101111001111011111010000110 | e88c98e69b99e792bde7be86 |
UHC | ?曙璽? | 001111111101111111110101110111111101111000111111 | 3fdff5dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)