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 | ¼á¼®h | 1011110011100001101111001010111001101000 | bce1bcae68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | ?á?®h | 001111111000111110101011101000010011111110001111101000101110111001101000 | 3f8faba13f8fa2ee68 |
UTF-8 | ¼á¼®h | 110000101011110011000011101000011100001010111100110000101010111001101000 | c2bcc3a1c2bcc2ae68 |
UHC | ¼?¼®h | 1010100011111001001111111010100011111001101000101110011101101000 | a8f93fa8f9a2e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)