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 | 骼爺ー | 1110100110001110100101101110101010110000 | e98e96eab0 |
EUC-JP | 骼爺ー | 111100011110111011001100111011001000111010110000 | f1eeccec8eb0 |
UTF-8 | 骼爺ー | 111010011010101010111100111001111000100010111010111011111011110110110000 | e9aabce788baefbdb0 |
UHC | ?爺? | 00111111111001011010110000111111 | 3fe5ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)