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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 繹手酬 | 111000111000100010001110111010001000111101010110 | e3888ee88f56 |
EUC-JP | 繹手酬 | 111001011110100010111100111010101011110110110111 | e5e8bceabdb7 |
UTF-8 | 繹手酬 | 111001111011100110111001111001101000100110001011111010011000010110101100 | e7b9b9e6898be985ac |
UHC | 繹手酬 | 111001101011101011100010101000101110001011000110 | e6bae2a2e2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)