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 | 碩é | 1110011110100010101010011110100110011001 | e7a2a9e999 |
SJIS-WIN | ?¢??? | 001111111000000110010001001111110011111100111111 | 3f81913f3f3f |
EUC-JP | 碩é? | 100011111010101110101110101000011111000110001111101000101110110110001111101010111011000100111111 | 8fabaea1f18fa2ed8fabb13f |
UTF-8 | 碩é | 11000011101001111100001010100010110000101010100111000011101010011100001010011001 | c3a7c2a2c2a9c3a9c299 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)