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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜」鬢灘愃 | 111010001001110110100011111010011010010010010011111001011001110010111000 | e89da3e9a493e59cb8 |
EUC-JP | 陜」鬢灘愃 | 11101111111111011000111010100011111100101010011011000110111001111101100010111010 | effd8ea3f2a6c6e7d8ba |
UTF-8 | 陜」鬢灘愃 | 111010011001100110011100111011111011110110100011111010011010110010100010111001111000000110011000111001101000010010000011 | e9999cefbda3e9aca2e78198e68483 |
UHC | 陜??灘? | 11111001111100000011111100111111111101111010100000111111 | f9f03f3ff7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)