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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 轢ィ謌贋シ | 1110011110000000101010001110011010001000100010101110010010111100 | e780a8e6888ae4bc |
EUC-JP | 轢ィ謌贋シ | 11101101111000001000111010101000111010111110100010110100111001101000111010111100 | ede08ea8ebe8b4e68ebc |
UTF-8 | 轢ィ謌贋シ | 111010001011110110100010111011111011110110101000111010001010110010001100111010001011010010001011111011111011110110111100 | e8bda2efbda8e8ac8ce8b48befbdbc |
UHC | 轢???? | 110101011111100100111111001111110011111100111111 | d5f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)