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 | àÕáááÛ^ | 11100000110101011110000111100001111000011101101101011110 | e0d5e1e1e1db5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | àÕáááÛ^ | 10001111101010111010001010001111101010101101100010001111101010111010000110001111101010111010000110001111101010111010000110001111101010101110010101011110 | 8faba28faad88faba18faba18faba18faae55e |
UTF-8 | àÕáááÛ^ | 11000011101000001100001110010101110000111010000111000011101000011100001110100001110000111001101101011110 | c3a0c395c3a1c3a1c3a1c39b5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)