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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豢ゥ譌乗ウВ | 11100110101101001010100111100110100101111000111111100110101100111000010001000010 | e6b4a9e6978fe6b38442 |
EUC-JP | 豢ゥ譌乗ウВ | 111011001011011010001110101010011110101111110111101111101110100010001110101100111010011110100011 | ecb68ea9ebf7bee88eb3a7a3 |
UTF-8 | 豢ゥ譌乗ウВ | 1110100010110001101000101110111110111101101010011110100010101101100011001110010010111001100101111110111110111101101100111101000010010010 | e8b1a2efbda9e8ad8ce4b997efbdb3d092 |
UHC | ?????В | 00111111001111110011111100111111001111111010110010100011 | 3f3f3f3f3faca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)