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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 毅??毅??B | 100010110100001000111111001111111000101101000010001111110011111101000010 | 8b423f3f8b423f3f42 |
EUC-JP | 毅??毅??B | 101101011010001100111111001111111011010110100011001111110011111101000010 | b5a33f3fb5a33f3f42 |
UTF-8 | 毅잍룠毅잍룠B | 11100110101011111000010111101100100111101000110111101011101000111010000011100110101011111000010111101100100111101000110111101011101000111010000001000010 | e6af85ec9e8deba3a0e6af85ec9e8deba3a042 |
UHC | 毅잍룠毅잍룠B | 11101011111101101001111111100110100011111001101011101011111101101001111111100110100011111001101001000010 | ebf69fe68f9aebf69fe68f9a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)