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 | ò¡°ç£ | 1111001010100001101100001110011110100011 | f2a1b0e7a3 |
SJIS-WIN | ??°?£ | 00111111001111111000000110001011001111111000000110010010 | 3f3f818b3f8192 |
EUC-JP | ò¡°ç£ | 10001111101010111101001010001111101000101100001010100001111010111000111110101011101011101010000111110010 | 8fabd28fa2c2a1eb8fabaea1f2 |
UTF-8 | ò¡°ç£ | 11000011101100101100001010100001110000101011000011000011101001111100001010100011 | c3b2c2a1c2b0c3a7c2a3 |
UHC | ?¡°?? | 00111111101000101010111010100001110001100011111100111111 | 3fa2aea1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)