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 | 跌ク荳ケ鈑 | 1110011011101001101110001110010010111000101110011110011111100101 | e6e9b8e4b8b9e7e5 |
EUC-JP | 跌ク荳ケ鈑 | 11101100111010111000111010111000111010001011101010001110101110011110111011100111 | eceb8eb8e8ba8eb9eee7 |
UTF-8 | 跌ク荳ケ鈑 | 111010001011011110001100111011111011110110111000111010001000110110110011111011111011110110111001111010011000100010010001 | e8b78cefbdb8e88db3efbdb9e98891 |
UHC | 跌?荳?鈑 | 1111001011110110001111111101010011100101001111111111011111111110 | f2f63fd4e53ff7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)