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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠑簿、ゥ | 111001011011110010010101111010111010010010101001 | e5bc95eba4a9 |
EUC-JP | 蠑簿、ゥ | 1110101010111110110010101110110110001110101001001000111010101001 | eabecaed8ea48ea9 |
UTF-8 | 蠑簿、ゥ | 111010001010000010010001111001111011000010111111111011111011110110100100111011111011110110101001 | e8a091e7b0bfefbda4efbda9 |
UHC | ?簿?? | 0011111111011101101011010011111100111111 | 3fddad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)