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 | ò¹à±^ | 1111001010111001111000001011000101011110 | f2b9e0b15e |
SJIS-WIN | ???±^ | 001111110011111100111111100000010111110101011110 | 3f3f3f817d5e |
EUC-JP | ò?à±^ | 10001111101010111101001000111111100011111010101110100010101000011101111001011110 | 8fabd23f8faba2a1de5e |
UTF-8 | ò¹à±^ | 110000111011001011000010101110011100001110100000110000101011000101011110 | c3b2c2b9c3a0c2b15e |
UHC | ?¹?±^ | 00111111101010011111011000111111101000011011111001011110 | 3fa9f63fa1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)