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 | 鄒旃榊ョ唯 | 111001111011111010011101110100011000110111100101101011101001011101000010 | e7be9dd18de5ae9742 |
EUC-JP | 鄒旃榊ョ唯 | 11101110110000001101101011010011101110101110011110001110101011101100110110100011 | eec0dad3bae78eaecda3 |
UTF-8 | 鄒旃榊ョ唯 | 111010011000010010010010111001101001011110000011111001101010011010001010111011111011110110101110111001011001010010101111 | e98492e69783e6a68aefbdaee594af |
UHC | 鄒???唯 | 11110101110110110011111100111111001111111110101011100110 | f5db3f3f3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)