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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 棚賊即V | 10010010010010011001000110101111100100011010011001010110 | 924991af91a656 |
EUC-JP | 棚賊即V | 11000011101010101100001010110001110000101010100001010110 | c3aac2b1c2a856 |
UTF-8 | 棚賊即V | 11100110101000111001101011101000101100111000101011100101100011011011001101010110 | e6a39ae8b38ae58db356 |
UHC | 棚賊?V | 110111011101110011101110111001000011111101010110 | dddceee43f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)