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 | «åP¢ð | 10001111101010111110010101010000100011111010001011110000 | 8fabe5508fa2f0 |
SJIS-WIN | ???P?¢? | 0011111100111111001111110101000000111111100000011001000100111111 | 3f3f3f503f81913f |
EUC-JP | ??åP?¢ð | 001111110011111110001111101010111010100101010000001111111010000111110001100011111010100111000011 | 3f3f8faba9503fa1f18fa9c3 |
UTF-8 | «åP¢ð | 11000010100011111100001010101011110000111010010101010000110000101000111111000010101000101100001110110000 | c28fc2abc3a550c28fc2a2c3b0 |
UHC | ???P??ð | 0011111100111111001111110101000000111111001111111010100110100011 | 3f3f3f503f3fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)