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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 源?訂?吟?~ | 10001100101110010011111110010010111110010011111110001011111000010011111101111110 | 8cb93f92f93f8be13f7e |
EUC-JP | 源?訂?吟?~ | 10111000101110110011111111000100111110110011111110110110111000110011111101111110 | b8bb3fc4fb3fb6e33f7e |
UTF-8 | 源렰訂렦吟렞~ | 11100110101110101001000011101011101000001011000011101000101010001000001011101011101000001010011011100101100100001001111111101011101000001001111001111110 | e6ba90eba0b0e8a882eba0a6e5909feba09e7e |
UHC | 源렰訂렦吟렞~ | 11101010101110011000111010111101111011111111010010001110101101011110101111100001100011101010111101111110 | eab98ebdeff48eb5ebe18eaf7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)