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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 剪巳?廬 | 10011001100100101001011010100100001111111001110001001001 | 999296a43f9c49 |
EUC-JP | 剪巳?廬 | 11010001111100101100110010100110001111111101011110101010 | d1f2cca63fd7aa |
UTF-8 | 剪巳븍廬 | 111001011000100110101010111001011011011110110011111010111011100010001101111001011011101110101100 | e589aae5b7b3ebb88de5bbac |
UHC | 剪巳븍廬 | 1110111011110010110111101101001110111010111010111101010111100110 | eef2ded3baebd5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)