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 | 邪磁葯 | 100011101101011110001110101001011110010011011110 | 8ed78ea5e4de |
EUC-JP | 邪磁葯 | 101111001101100110111100101001111110100011100000 | bcd9bca7e8e0 |
UTF-8 | 邪磁葯 | 111010011000001010101010111001111010001110000001111010001001000110101111 | e982aae7a381e891af |
UHC | 邪磁葯 | 110111101111011111101101101110001110010110110101 | def7edb8e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)