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 | 症惞踴 | 100011111100011111111010101111111110011011111011 | 8fc7fabfe6fb |
EUC-JP | 症惞踴 | 10111110110010011000111110111110101100001110110011111101 | bec98fbeb0ecfd |
UTF-8 | 症惞踴 | 111001111001011110000111111001101000001110011110111010001011100010110100 | e79787e6839ee8b8b4 |
UHC | 症?? | 11110001111110000011111100111111 | f1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)