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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 弦汐弦汐B | 100011001011011110001110101011001000110010110111100011101010110001000010 | 8cb78eac8cb78eac42 |
EUC-JP | 弦汐弦汐B | 101110001011100110111100101011101011100010111001101111001010111001000010 | b8b9bcaeb8b9bcae42 |
UTF-8 | 弦汐弦汐B | 11100101101111001010011011100110101100011001000011100101101111001010011011100110101100011001000001000010 | e5bca6e6b190e5bca6e6b19042 |
UHC | 弦汐弦汐B | 111110101101011111100000101100011111101011010111111000001011000101000010 | fad7e0b1fad7e0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)