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 | 轢キ譌毅 | 11100111100000001011011111100110100101111000101101000010 | e780b7e6978b42 |
EUC-JP | 轢キ譌毅 | 1110110111100000100011101011011111101011111101111011010110100011 | ede08eb7ebf7b5a3 |
UTF-8 | 轢キ譌毅 | 111010001011110110100010111011111011110110110111111010001010110110001100111001101010111110000101 | e8bda2efbdb7e8ad8ce6af85 |
UHC | 轢??毅 | 110101011111100100111111001111111110101111110110 | d5f93f3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)