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 | 1001110110001010001111110111010101101011 | 9d8a3f756b |
EUC-JP | 搖?uk | 1101100111101010001111110111010101101011 | d9ea3f756b |
UTF-8 | 搖렪uk | 1110011010010000100101101110101110100000101010100111010101101011 | e69096eba0aa756b |
UHC | 搖렪uk | 111010001111010010001110101110000111010101101011 | e8f48eb8756b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)