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 | ã¬P | 111000111010110010010000100010101001000001010000 | e3ac908a9050 |
SJIS-WIN | ?¬???P | 00111111100000011100101000111111001111110011111101010000 | 3f81ca3f3f3f50 |
EUC-JP | �??P | 100011111010101110101010101000101100110000111111001111110011111101010000 | 8fabaaa2cc3f3f3f50 |
UTF-8 | ã¬P | 1100001110100011110000101010110011000010100100001100001010001010110000101001000001010000 | c3a3c2acc290c28ac29050 |
UHC | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)