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 | èí{ | 1001110010000001100111001000000111101000111011011001111101111011 | 9c819c81e8ed9f7b |
SJIS-WIN | ???????{ | 0011111100111111001111110011111100111111001111110011111101111011 | 3f3f3f3f3f3f3f7b |
EUC-JP | ????èí?{ | 001111110011111100111111001111111000111110101011101100101000111110101011101111110011111101111011 | 3f3f3f3f8fabb28fabbf3f7b |
UTF-8 | èí{ | 110000101001110011000010100000011100001010011100110000101000000111000011101010001100001110101101110000101001111101111011 | c29cc281c29cc281c3a8c3adc29f7b |
UHC | ???????{ | 0011111100111111001111110011111100111111001111110011111101111011 | 3f3f3f3f3f3f3f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)