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 | 磁璽犁 | 100011101010010110001110101000111110000010110011 | 8ea58ea3e0b3 |
EUC-JP | 磁璽犁 | 101111001010011110111100101001011110000010110101 | bca7bca5e0b5 |
UTF-8 | 磁璽犁 | 111001111010001110000001111001111001001010111101111001111000101010000001 | e7a381e792bde78a81 |
UHC | 磁璽犁 | 111011011011100011011111110111101101011111100000 | edb8dfded7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)