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 | ユル煜 | 11010101110110011111101101010101 | d5d9fb55 |
EUC-JP | ユル煜 | 10001110110101011000111011011001100011111100100111111100 | 8ed58ed98fc9fc |
UTF-8 | ユル煜 | 111011111011111010010101111011111011111010011001111001111000010110011100 | efbe95efbe99e7859c |
UHC | ??煜 | 00111111001111111110100111110010 | 3f3fe9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)