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ûZeûZB | 100110000110010111111011010110101001100001100101111110110101101001000010 | 9865fb5a9865fb5a42 |
SJIS-WIN | ?e?Z?e?ZB | 001111110110010100111111010110100011111101100101001111110101101001000010 | 3f653f5a3f653f5a42 |
EUC-JP | ?eûZ?eûZB | 00111111011001011000111110101011111001010101101000111111011001011000111110101011111001010101101001000010 | 3f658fabe55a3f658fabe55a42 |
UTF-8 | eûZeûZB | 11000010100110000110010111000011101110110101101011000010100110000110010111000011101110110101101001000010 | c29865c3bb5ac29865c3bb5a42 |
UHC | ?e?Z?e?ZB | 001111110110010100111111010110100011111101100101001111110101101001000010 | 3f653f5a3f653f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)