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 | 霓??敖 | 111010001011110100111111001111111001110111000010 | e8bd3f3f9dc2 |
EUC-JP | 霓??敖 | 111100001011111100111111001111111101101011000100 | f0bf3f3fdac4 |
UTF-8 | 霓멨윃敖 | 111010011001110010010011111010111010100110101000111011001001110010000011111001101001010110010110 | e99c93eba9a8ec9c83e69596 |
UHC | 霓멨윃敖 | 1110011111100111101110001110010110011111100011101110011111111001 | e7e7b8e59f8ee7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)