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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 由λ?? | 100101110101001010000011110010010011111100111111 | 975283c93f3f |
EUC-JP | 由λ?? | 110011011011001110100110110010110011111100111111 | cdb3a6cb3f3f |
UTF-8 | 由λ뿲琉 | 1110011110010100101100011100111010111011111010111011111110110010111011111010011110001100 | e794b1cebbebbfb2efa78c |
UHC | 由λ뿲琉 | 1110101110100110101001011110101110010111101100101110101110100100 | eba6a5eb97b2eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)