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 | ¹·¼®~ | 100011111011100110110111101111001010111001111110 | 8fb9b7bcae7e |
SJIS-WIN | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
EUC-JP | ????®~ | 0011111100111111001111110011111110001111101000101110111001111110 | 3f3f3f3f8fa2ee7e |
UTF-8 | ¹·¼®~ | 1100001010001111110000101011100111000010101101111100001010111100110000101010111001111110 | c28fc2b9c2b7c2bcc2ae7e |
UHC | ?¹·¼®~ | 00111111101010011111011010100001101001001010100011111001101000101110011101111110 | 3fa9f6a1a4a8f9a2e77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)