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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ?ェ液E | 001111111000001101000110100010010111010001000101 | 3f8346897445 |
EUC-JP | ?ェ液E | 001111111010010110100111101100011101010101000101 | 3fa5a7b1d545 |
UTF-8 | 뤚ェ液E | 11101011101001001001101011100011100000101010011111100110101101101011001001000101 | eba49ae382a7e6b6b245 |
UHC | 뤚ェ液E | 10001111110010011010101110100111111001001111101101000101 | 8fc9aba7e4fb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)