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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 偕?浩?BF | 1001100011110001001111111000110101011111001111110100001001000110 | 98f13f8d5f3f4246 |
EUC-JP | 偕?浩?BF | 1101000011110011001111111011100111000000001111110100001001000110 | d0f33fb9c03f4246 |
UTF-8 | 偕렚浩렧BF | 1110010110000001100101011110101110100000100110101110011010110101101010011110101110100000101001110100001001000110 | e58195eba09ae6b5a9eba0a74246 |
UHC | 偕렚浩렧BF | 11111010101001011000111010101101111110111100011110001110101101100100001001000110 | faa58eadfbc78eb64246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)