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 | 芍萵イ | 1110010010001001111001001110000010110010 | e489e4e0b2 |
EUC-JP | 芍萵イ | 111001111110100111101000111000101000111010110010 | e7e9e8e28eb2 |
UTF-8 | 芍萵イ | 111010001000101010001101111010001001000010110101111011111011110110110010 | e88a8de890b5efbdb2 |
UHC | 芍?? | 11101101110010110011111100111111 | edcb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)