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 | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-WIN | 跛晧юv\ | 1110011011101010100111011110110010000100100100000111011001011100 | e6ea9dec8490765c |
EUC-JP | 跛晧юv\ | 1110110011101100110110101110111010100111111100000111011001011100 | ececdaeea7f0765c |
UTF-8 | 跛晧юv\ | 11101000101101111001101111100110100110011010011111010001100011100111011001011100 | e8b79be699a7d18e765c |
UHC | 跛晧юv\ | 1111011111110101111110111100010110101100111100000111011001011100 | f7f5fbc5acf0765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)