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 | è¿Òí½« | 1110100010111111110100101110110110001110101111011000111010101011 | e8bfd2ed8ebd8eab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è¿Òí???? | 10001111101010111011001010001111101000101100010010001111101010101101001010001111101010111011111100111111001111110011111100111111 | 8fabb28fa2c48faad28fabbf3f3f3f3f |
UTF-8 | è¿Òí½« | 11000011101010001100001010111111110000111001001011000011101011011100001010001110110000101011110111000010100011101100001010101011 | c3a8c2bfc392c3adc28ec2bdc28ec2ab |
UHC | ?¿???½?? | 00111111101000101010111100111111001111110011111110101000111101100011111100111111 | 3fa2af3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)