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 | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 但歎V | 1001001001000001100100100101011001010110 | 9241925656 |
EUC-JP | 但歎V | 1100001110100010110000111011011101010110 | c3a2c3b756 |
UTF-8 | 但歎V | 11100100101111011000011011100110101011011000111001010110 | e4bd86e6ad8e56 |
UHC | 但歎V | 1101001110100011111101111010011101010110 | d3a3f7a756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)