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 | ÞÆÂí | 11011110110001101100001011101101 | dec6c2ed |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÞÆÂí | 100011111010100110110000100011111010100110100001100011111010101010100100100011111010101110111111 | 8fa9b08fa9a18faaa48fabbf |
UTF-8 | ÞÆÂí | 1100001110011110110000111000011011000011100000101100001110101101 | c39ec386c382c3ad |
UHC | ÞÆ?? | 101010001010110110101000101000010011111100111111 | a8ada8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)