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 | ??芋? | 0011111100111111100010001111000000111111 | 3f3f88f03f |
EUC-JP | 焌?芋? | 10001111110010011110100000111111101100001111001000111111 | 8fc9e83fb0f23f |
UTF-8 | 焌렒芋렏 | 111001111000010010001100111010111010000010010010111010001000101010001011111010111010000010001111 | e7848ceba092e88a8beba08f |
UHC | 焌렒芋렏 | 1111000111100000100011101010011111101001111000111000111010100101 | f1e08ea7e9e38ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)