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 | ëæ¥AP | 1110101111100110101001010100000101010000 | ebe6a54150 |
SJIS-WIN | ??¥AP | 001111110011111110000001100011110100000101010000 | 3f3f818f4150 |
EUC-JP | ëæ?AP | 100011111010101110110011100011111010100111000001001111110100000101010000 | 8fabb38fa9c13f4150 |
UTF-8 | ëæ¥AP | 1100001110101011110000111010011011000010101001010100000101010000 | c3abc3a6c2a54150 |
UHC | ?æ?AP | 001111111010100110100001001111110100000101010000 | 3fa9a13f4150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)