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 | 骭夂「」竏 | 1110100110001100100110101110011110100010101000111110001010001000 | e98c9ae7a2a3e288 |
EUC-JP | 骭夂「」竏 | 11110001111011001101010011101001100011101010001010001110101000111110001111101000 | f1ecd4e98ea28ea3e3e8 |
UTF-8 | 骭夂「」竏 | 111010011010101010101101111001011010010010000010111011111011110110100010111011111011110110100011111001111010101110001111 | e9aaade5a482efbda2efbda3e7ab8f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)