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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 聰鱗h | 1110001111100000100101111101100001101000 | e3e097d868 |
EUC-JP | 聰鱗h | 1110011011100010110011101101101001101000 | e6e2ceda68 |
UTF-8 | 聰鱗h | 11101000100000011011000011101001101100011001011101101000 | e881b0e9b19768 |
UHC | 聰鱗h | 1111010111000110110101111111011101101000 | f5c6d7f768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)