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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?ェ液B | 001111111000001101000110100010010111010001000010 | 3f8346897442 |
EUC-JP | ?ェ液B | 001111111010010110100111101100011101010101000010 | 3fa5a7b1d542 |
UTF-8 | 뤚ェ液B | 11101011101001001001101011100011100000101010011111100110101101101011001001000010 | eba49ae382a7e6b6b242 |
UHC | 뤚ェ液B | 10001111110010011010101110100111111001001111101101000010 | 8fc9aba7e4fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)