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 | 髷懷町譏ッ | 111010011001111010011100111001011001001010101100111001101001100010101111 | e99e9ce592ace698af |
EUC-JP | 髷懷町譏ッ | 11110001111111101101100011100111110001001010111011101011111110001000111010101111 | f1fed8e7c4aeebf88eaf |
UTF-8 | 髷懷町譏ッ | 111010011010101110110111111001101000011110110111111001111001010010111010111010001010110110001111111011111011110110101111 | e9abb7e687b7e794bae8ad8fefbdaf |
UHC | ?懷町譏? | 0011111111111100111000111110111111101011110100011100000100111111 | 3ffce3efebd1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)