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 | 10010010010000111001001001010100100100011011101101010110 | 9243925491bb56 |
EUC-JP | 辰探遜V | 11000011101001001100001110110101110000101011110101010110 | c3a4c3b5c2bd56 |
UTF-8 | 辰探遜V | 11101000101111101011000011100110100011101010001011101001100000011001110001010110 | e8beb0e68ea2e9819c56 |
UHC | 辰探遜V | 11110010111000111111011110101110111000011110000101010110 | f2e3f7aee1e156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)