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 | 僥??亦 | 100110010100011000111111001111111001011010010010 | 99463f3f9692 |
EUC-JP | 僥??亦 | 110100011010011100111111001111111100101111110010 | d1a73f3fcbf2 |
UTF-8 | 僥볩풁亦 | 111001011000001110100101111010111011001110101001111011011001001010000001111001001011101010100110 | e583a5ebb3a9ed9281e4baa6 |
UHC | 僥볩풁亦 | 1110100011101001100100111110111110111110100010101110011010110010 | e8e993efbe8ae6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)