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? | 00111111001111110100110100111111 | 3f3f4d3f |
SJIS-WIN | 辰達M則 | 10010010010000111001001001000010010011011001000110100101 | 924392424d91a5 |
EUC-JP | 辰達M則 | 11000011101001001100001110100011010011011100001010100111 | c3a4c3a34dc2a7 |
UTF-8 | 辰達M則 | 11101000101111101011000011101001100000011001010001001101111001011000100110000111 | e8beb0e981944de58987 |
UHC | 辰達M則 | 11110010111000111101001110111001010011011111011011001110 | f2e3d3b94df6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)