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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 靫治 | 111100001110001111101000110101001000111010100001 | f0e3e8d48ea1 |
EUC-JP | ?靫治 | 0011111111110000110101101011110010100011 | 3ff0d6bca3 |
UTF-8 | 靫治 | 111011101000001010100010111010011001110110101011111001101011001010111011 | ee82a2e99dabe6b2bb |
UHC | ??治 | 00111111001111111111011010111101 | 3f3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)