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 | ??uk | 00111111001111110111010101101011 | 3f3f756b |
SJIS-WIN | 跌?uk | 1110011011101001001111110111010101101011 | e6e93f756b |
EUC-JP | 跌?uk | 1110110011101011001111110111010101101011 | eceb3f756b |
UTF-8 | 跌성uk | 1110100010110111100011001110110010000100101100010111010101101011 | e8b78cec84b1756b |
UHC | 跌성uk | 111100101111011010111100101110100111010101101011 | f2f6bcba756b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)