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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蠎簿ク晧侃^ | 11100101101110101001010111101011101110001001110111101100100010101010010001011110 | e5ba95ebb89dec8aa45e |
EUC-JP | 蠎簿ク晧侃^ | 1110101010111100110010101110110110001110101110001101101011101110101101001010011001011110 | eabccaed8eb8daeeb4a65e |
UTF-8 | 蠎簿ク晧侃^ | 11101000101000001000111011100111101100001011111111101111101111011011100011100110100110011010011111100100101111101000001101011110 | e8a08ee7b0bfefbdb8e699a7e4be835e |
UHC | ?簿?晧侃^ | 001111111101110110101101001111111111101111000101110010101100100101011110 | 3fddad3ffbc5cac95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)