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 | ¨ú¡§Q] | 101010001111101010100001101001110101000101011101 | a8faa1a7515d |
SJIS-WIN | ¨??§Q] | 1000000101001110001111110011111110000001100110000101000101011101 | 814e3f3f8198515d |
EUC-JP | ¨ú¡§Q] | 101000011010111110001111101010111110001010001111101000101100001010100001111110000101000101011101 | a1af8fabe28fa2c2a1f8515d |
UTF-8 | ¨ú¡§Q] | 11000010101010001100001110111010110000101010000111000010101001110101000101011101 | c2a8c3bac2a1c2a7515d |
UHC | ¨?¡§Q] | 101000011010011100111111101000101010111010100001110101110101000101011101 | a1a73fa2aea1d7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)