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 | ¼³¼¾^F | 101111001011001110111100101111100101111001000110 | bcb3bcbe5e46 |
SJIS-WIN | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
EUC-JP | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
UTF-8 | ¼³¼¾^F | 11000010101111001100001010110011110000101011110011000010101111100101111001000110 | c2bcc2b3c2bcc2be5e46 |
UHC | ¼³¼¾^F | 10101000111110011010100111111000101010001111100110101000111110100101111001000110 | a8f9a9f8a8f9a8fa5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)