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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?渲? | 0011111110001111110001111110110000111111 | 3f8fc7ec3f |
UTF-8 | 띦渲욠 | 111010111001110110100110111001101011100010110010111011001001101010100000 | eb9da6e6b8b2ec9aa0 |
UHC | 띦渲욠 | 100011011101101011100000110000101001111011111010 | 8ddae0c29efa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)