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? | 001111110110010100111111 | 3f653f |
SJIS-WIN | 涌e涌 | 1001011101001111011001011001011101001111 | 974f65974f |
EUC-JP | 涌e涌 | 1100110110110000011001011100110110110000 | cdb065cdb0 |
UTF-8 | 涌e涌 | 11100110101101101000110001100101111001101011011010001100 | e6b68c65e6b68c |
UHC | 涌e涌 | 1110100110111111011001011110100110111111 | e9bf65e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)