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 | 遭??靄 | 100100011001100000111111001111111110100011001001 | 91983f3fe8c9 |
EUC-JP | 遭??靄 | 110000011111100000111111001111111111000011001011 | c1f83f3ff0cb |
UTF-8 | 遭셨셈靄 | 111010011000000110101101111011001000010110101000111011001000010110001000111010011001110110000100 | e981adec85a8ec8588e99d84 |
UHC | 遭셨셈靄 | 1111000011100100101111001100110010111100110000001110010011110111 | f0e4bcccbcc0e4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)