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 | 短存但繰綜 | 10010010010110101001000110110110100100100100000110001100010010101001000110001110 | 925a91b692418c4a918e |
EUC-JP | 短存但繰綜 | 11000011101110111100001010111000110000111010001010110111101010111100000111101110 | c3bbc2b8c3a2b7abc1ee |
UTF-8 | 短存但繰綜 | 111001111001111110101101111001011010110110011000111001001011110110000110111001111011100110110000111001111011011010011100 | e79fade5ad98e4bd86e7b9b0e7b69c |
UHC | 短存但繰綜 | 11010011101011011111000011101101110100111010001111110000110110111111000011111100 | d3adf0edd3a3f0dbf0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)