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 | ¼á¼Ð^ | 1011110011100001101111001101000001011110 | bce1bcd05e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?á??^ | 00111111100011111010101110100001001111110011111101011110 | 3f8faba13f3f5e |
UTF-8 | ¼á¼Ð^ | 110000101011110011000011101000011100001010111100110000111001000001011110 | c2bcc3a1c2bcc3905e |
UHC | ¼?¼Ð^ | 1010100011111001001111111010100011111001101010001010001001011110 | a8f93fa8f9a8a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)