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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 源?v | 1000110010111001001111111000001010010110 | 8cb93f8296 |
EUC-JP | 源?v | 1011100010111011001111111010001111110110 | b8bb3fa3f6 |
UTF-8 | 源븝v | 111001101011101010010000111010111011100010011101111011111011110110010110 | e6ba90ebb89defbd96 |
UHC | 源븝v | 111010101011100110111010111011111010001111110110 | eab9baefa3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)