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 | áeçZâe | 111000010110010111100111010110101110001001100101 | e165e75ae265 |
SJIS-WIN | ?e?Z?e | 001111110110010100111111010110100011111101100101 | 3f653f5a3f65 |
EUC-JP | áeçZâe | 100011111010101110100001011001011000111110101011101011100101101010001111101010111010010001100101 | 8faba1658fabae5a8faba465 |
UTF-8 | áeçZâe | 110000111010000101100101110000111010011101011010110000111010001001100101 | c3a165c3a75ac3a265 |
UHC | ?e?Z?e | 001111110110010100111111010110100011111101100101 | 3f653f5a3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)