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 | 11100100101111001000110010001111100011110101110101010110 | e4bc8c8f8f5d56 |
EUC-JP | 莨件従V | 11101000101111101011011111101111101111011011111001010110 | e8beb7efbdbe56 |
UTF-8 | 莨件従V | 11101000100011101010100011100100101110111011011011100101101111101001001101010110 | e88ea8e4bbb6e5be9356 |
UHC | ?件?V | 0011111111001011111011000011111101010110 | 3fcbec3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)