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 | 邯懦児 | 111001111011011010011100111011011000111010011001 | e7b69ced8e99 |
EUC-JP | 邯懦児 | 111011101011100011011000111011111011101111111001 | eeb8d8efbbf9 |
UTF-8 | 邯懦児 | 111010011000001010101111111001101000011110100110111001011000010110010000 | e982afe687a6e58590 |
UHC | 邯懦? | 1100101011111011110100011101011100111111 | cafbd1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)