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 | @á}ê | 100110100100000011100001011111011001100011101010 | 9a40e17d98ea |
SJIS-WIN | ?@?}?? | 001111110100000000111111011111010011111100111111 | 3f403f7d3f3f |
EUC-JP | ?@á}?ê | 00111111010000001000111110101011101000010111110100111111100011111010101110110100 | 3f408faba17d3f8fabb4 |
UTF-8 | @á}ê | 11000010100110100100000011000011101000010111110111000010100110001100001110101010 | c29a40c3a17dc298c3aa |
UHC | ?@?}?? | 001111110100000000111111011111010011111100111111 | 3f403f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)