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 | 鱧磁淏 | 111010011110010110001110101001011111101101000010 | e9e58ea5fb42 |
EUC-JP | 鱧磁淏 | 11110010111001111011110010100111100011111100011111011001 | f2e7bca78fc7d9 |
UTF-8 | 鱧磁淏 | 111010011011000110100111111001111010001110000001111001101011011110001111 | e9b1a7e7a381e6b78f |
UHC | ?磁淏 | 0011111111101101101110001111101111001000 | 3fedb8fbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)