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 | フ矼ア | 11001100111000011110001110110001 | cce1e3b1 |
EUC-JP | フ矼ア | 100011101100110011100010111001011000111010110001 | 8ecce2e58eb1 |
UTF-8 | フ矼ア | 111011111011111010001100111001111001111110111100111011111011110110110001 | efbe8ce79fbcefbdb1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)