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 | 烏▲?源 | 10001001010001111000000110100011001111111000110010111001 | 894781a33f8cb9 |
EUC-JP | 烏▲?源 | 10110001101010001010001010100101001111111011100010111011 | b1a8a2a53fb8bb |
UTF-8 | 烏▲끂源 | 111001111000001110001111111000101001011010110010111010111000000110000010111001101011101010010000 | e7838fe296b2eb8182e6ba90 |
UHC | 烏▲끂源 | 1110100010100001101000011110001110000101101110001110101010111001 | e8a1a1e385b8eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)