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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湜汐湜軸^ | 111110110100011110001110101011001111101101000111100011101011001001011110 | fb478eacfb478eb25e |
EUC-JP | 湜汐湜軸^ | 1000111111000111111111001011110010101110100011111100011111111100101111001011010001011110 | 8fc7fcbcae8fc7fcbcb45e |
UTF-8 | 湜汐湜軸^ | 11100110101110011001110011100110101100011001000011100110101110011001110011101000101110111011100001011110 | e6b99ce6b190e6b99ce8bbb85e |
UHC | 湜汐湜軸^ | 111000111101011111100000101100011110001111010111111101011110111001011110 | e3d7e0b1e3d7f5ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)