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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酬穗酬 | 100011110101011011100010011011101000111101010110 | 8f56e26e8f56 |
EUC-JP | 酬穗酬 | 101111011011011111100011110011111011110110110111 | bdb7e3cfbdb7 |
UTF-8 | 酬穗酬 | 111010011000010110101100111001111010100110010111111010011000010110101100 | e985ace7a997e985ac |
UHC | 酬穗酬 | 111000101100011011100010101101001110001011000110 | e2c6e2b4e2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)