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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 畯驀彬\ | 11111011011011111110100101111101100101010110101001011100 | fb6fe97d956a5c |
EUC-JP | 畯驀彬\ | 1000111111001101101110111111000111011110110010011100101101011100 | 8fcdbbf1dec9cb5c |
UTF-8 | 畯驀彬\ | 11100111100101011010111111101001101010011000000011100101101111011010110001011100 | e795afe9a980e5bdac5c |
UHC | 畯驀彬\ | 11110001111000011101100011101001110111101010111101011100 | f1e1d8e9deaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)