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 | 10010010010001111001001001011010100100011010011001010110 | 9247925a91a656 |
EUC-JP | 竪短即V | 11000011101010001100001110111011110000101010100001010110 | c3a8c3bbc2a856 |
UTF-8 | 竪短即V | 11100111101010111010101011100111100111111010110111100101100011011011001101010110 | e7abaae79fade58db356 |
UHC | 竪短?V | 111000101011010111010011101011010011111101010110 | e2b5d3ad3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)