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 | 001111110011111101001101 | 3f3f4d |
SJIS-WIN | 辰達M | 1001001001000011100100100100001001001101 | 924392424d |
EUC-JP | 辰達M | 1100001110100100110000111010001101001101 | c3a4c3a34d |
UTF-8 | 辰達M | 11101000101111101011000011101001100000011001010001001101 | e8beb0e981944d |
UHC | 辰達M | 1111001011100011110100111011100101001101 | f2e3d3b94d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)