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 | 隰晏ォ餌 | 11101000101011001001110111100101101010111000100101100001 | e8ac9de5ab8961 |
EUC-JP | 隰晏ォ餌 | 1111000010101110110110101110011110001110101010111011000111000010 | f0aedae78eabb1c2 |
UTF-8 | 隰晏ォ餌 | 111010011001101010110000111001101001100110001111111011111011110110101011111010011010010010001100 | e99ab0e6998fefbdabe9a48c |
UHC | ?晏?餌 | 001111111110010011001111001111111110110011001000 | 3fe4cf3fecc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)