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 | 邪磁霆 | 100011101101011110001110101001011110100010111011 | 8ed78ea5e8bb |
EUC-JP | 邪磁霆 | 101111001101100110111100101001111111000010111101 | bcd9bca7f0bd |
UTF-8 | 邪磁霆 | 111010011000001010101010111001111010001110000001111010011001110010000110 | e982aae7a381e99c86 |
UHC | 邪磁霆 | 110111101111011111101101101110001110111111111101 | def7edb8effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)