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 | @á~èí | 100110100100000011100001011111101110100011101101 | 9a40e17ee8ed |
SJIS-WIN | ?@?~?? | 001111110100000000111111011111100011111100111111 | 3f403f7e3f3f |
EUC-JP | ?@á~èí | 001111110100000010001111101010111010000101111110100011111010101110110010100011111010101110111111 | 3f408faba17e8fabb28fabbf |
UTF-8 | @á~èí | 11000010100110100100000011000011101000010111111011000011101010001100001110101101 | c29a40c3a17ec3a8c3ad |
UHC | ?@?~?? | 001111110100000000111111011111100011111100111111 | 3f403f7e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)