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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 至??? | 1000111010001010001111110011111100111111 | 8e8a3f3f3f |
EUC-JP | 至??? | 1011101111101010001111110011111100111111 | bbea3f3f3f |
UTF-8 | 至렞뤱뮨 | 111010001000011110110011111010111010000010011110111010111010010010110001111010111010111010101000 | e887b3eba09eeba4b1ebaea8 |
UHC | 至렞뤱뮨 | 1111001010111000100011101010111110001111110111111011100111000011 | f2b88eaf8fdfb9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)