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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 猜慾] | 1110000011001000100101110111110001011101 | e0c8977c5d |
EUC-JP | 猜慾] | 1110000011001010110011011101110101011101 | e0cacddd5d |
UTF-8 | 猜慾] | 11100111100011001001110011100110100001011011111001011101 | e78c9ce685be5d |
UHC | 猜慾] | 1110001111000100111010011010111101011101 | e3c4e9af5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)