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 | 艇??慄 | 100100101111100000111111001111111001110011001001 | 92f83f3f9cc9 |
EUC-JP | 艇??慄 | 110001001111101000111111001111111101100011001011 | c4fa3f3fd8cb |
UTF-8 | 艇렯阮慄 | 111010001000100110000111111010111010000010101111111011111010011110000110111001101000010110000100 | e88987eba0afefa786e68584 |
UHC | 艇렯阮慄 | 1110111111110011100011101011110011101010110000011101011111001001 | eff38ebceac1d7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)