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 | ???M | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | 瀛??M | 1110000001101001001111110011111101001101 | e0693f3f4d |
EUC-JP | 瀛??M | 1101111111001010001111110011111101001101 | dfca3f3f4d |
UTF-8 | 瀛됲뢄M | 11100111100000001001101111101011100100001011001011101011101000101000010001001101 | e7809beb90b2eba2844d |
UHC | 瀛됲뢄M | 11100111101110101000100111101101100011101111111001001101 | e7ba89ed8efe4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)