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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 弔鉚o | 1001001010100010111001111111010001101111 | 92a2e7f46f |
EUC-JP | 弔鉚o | 1100010010100100111011101111011001101111 | c4a4eef66f |
UTF-8 | 弔鉚o | 11100101101111001001010011101001100010011001101001101111 | e5bc94e9899a6f |
UHC | 弔?o | 11110000110000000011111101101111 | f0c03f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)