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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ワ」hワ」 | 1101110010100011011010001101110010100011 | dca368dca3 |
EUC-JP | ワ」hワ」 | 100011101101110010001110101000110110100010001110110111001000111010100011 | 8edc8ea3688edc8ea3 |
UTF-8 | ワ」hワ」 | 11101111101111101001110011101111101111011010001101101000111011111011111010011100111011111011110110100011 | efbe9cefbda368efbe9cefbda3 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)