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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 紗馴h | 1000111011010001100100111110100101101000 | 8ed193e968 |
EUC-JP | 紗馴h | 1011110011010011110001101110101101101000 | bcd3c6eb68 |
UTF-8 | 紗馴h | 11100111101101001001011111101001101001101011010001101000 | e7b497e9a6b468 |
UHC | 紗馴h | 1101111011101001111000101111100001101000 | dee9e2f868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)