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 | @áèí{ | 1001101001000000111000011000000111101000111011011001111101111011 | 9a40e181e8ed9f7b |
SJIS-WIN | ?@?????{ | 0011111101000000001111110011111100111111001111110011111101111011 | 3f403f3f3f3f3f7b |
EUC-JP | ?@á?èí?{ | 0011111101000000100011111010101110100001001111111000111110101011101100101000111110101011101111110011111101111011 | 3f408faba13f8fabb28fabbf3f7b |
UTF-8 | @áèí{ | 1100001010011010010000001100001110100001110000101000000111000011101010001100001110101101110000101001111101111011 | c29a40c3a1c281c3a8c3adc29f7b |
UHC | ?@?????{ | 0011111101000000001111110011111100111111001111110011111101111011 | 3f403f3f3f3f3f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)