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 | 臾ο┨ | 111001000110101110000011110011011000010010110111 | e46b83cd84b7 |
EUC-JP | 臾ο┨ | 111001111100110010100110110011111010100010111001 | e7cca6cfa8b9 |
UTF-8 | 臾ο┨ | 1110100010000111101111101100111010111111111000101001010010101000 | e887becebfe294a8 |
UHC | 臾ο┨ | 111010111010110010100101111011111010011010111001 | ebaca5efa6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)