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 | àÕá«oBF | 11100000110101011110000110101011011011110100001001000110 | e0d5e1ab6f4246 |
SJIS-WIN | ????oBF | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
EUC-JP | àÕá?oBF | 10001111101010111010001010001111101010101101100010001111101010111010000100111111011011110100001001000110 | 8faba28faad88faba13f6f4246 |
UTF-8 | àÕá«oBF | 1100001110100000110000111001010111000011101000011100001010101011011011110100001001000110 | c3a0c395c3a1c2ab6f4246 |
UHC | ????oBF | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)