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 | Àã«í | 100011101100000010001111111000111010101111101101 | 8ec08fe3abed |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?À?ã?í | 001111111000111110101010101000100011111110001111101010111010101000111111100011111010101110111111 | 3f8faaa23f8fabaa3f8fabbf |
UTF-8 | Àã«í | 110000101000111011000011100000001100001010001111110000111010001111000010101010111100001110101101 | c28ec380c28fc3a3c2abc3ad |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)