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?? | 00111111011001010011111100111111 | 3f653f3f |
SJIS-WIN | 涌e涌魎 | 10010111010011110110010110010111010011111110100110110010 | 974f65974fe9b2 |
EUC-JP | 涌e涌魎 | 11001101101100000110010111001101101100001111001010110100 | cdb065cdb0f2b4 |
UTF-8 | 涌e涌魎 | 11100110101101101000110001100101111001101011011010001100111010011010110110001110 | e6b68c65e6b68ce9ad8e |
UHC | 涌e涌? | 111010011011111101100101111010011011111100111111 | e9bf65e9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)