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 | ??‘ | 00111111001111111000000101100101 | 3f3f8165 |
EUC-JP | ??‘ | 00111111001111111010000111000110 | 3f3fa1c6 |
UTF-8 | 略노‘ | 111011111010010110110110111010111000010110111000111000101000000010011000 | efa5b6eb85b8e28098 |
UHC | 略노‘ | 111001011011001010110011111010111010000110101110 | e5b2b3eba1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)