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 | ä³PB | 11100100101100111000100110001000100010110101000001000010 | e4b389888b5042 |
SJIS-WIN | ?????PB | 00111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f5042 |
EUC-JP | ä????PB | 100011111010101110100011001111110011111100111111001111110101000001000010 | 8faba33f3f3f3f5042 |
UTF-8 | ä³PB | 110000111010010011000010101100111100001010001001110000101000100011000010100010110101000001000010 | c3a4c2b3c289c288c28b5042 |
UHC | ?³???PB | 0011111110101001111110000011111100111111001111110101000001000010 | 3fa9f83f3f3f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)