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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 譯ц?譯ц?^ | 1110011010100001100001001000100000111111111001101010000110000100100010000011111101011110 | e6a184883fe6a184883f5e |
EUC-JP | 譯ц?譯ц?^ | 1110110010100011101001111110100000111111111011001010001110100111111010000011111101011110 | eca3a7e83feca3a7e83f5e |
UTF-8 | 譯ц툒譯ц툒^ | 1110100010101101101011111101000110000110111011011000100010010010111010001010110110101111110100011000011011101101100010001001001001011110 | e8adafd186ed8892e8adafd186ed88925e |
UHC | 譯ц툒譯ц툒^ | 11100110101110111010110011101000101110001000100111100110101110111010110011101000101110001000100101011110 | e6bbace8b889e6bbace8b8895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)