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 | 芋縫?裝 | 10001000111100001001011001000100001111111110010111100100 | 88f096443fe5e4 |
EUC-JP | 芋縫?裝 | 10110000111100101100101110100101001111111110101011100110 | b0f2cba53feae6 |
UTF-8 | 芋縫㉢裝 | 111010001000101010001011111001111011100010101011111000111000100110100010111010001010001110011101 | e88a8be7b8abe389a2e8a39d |
UHC | 芋縫㉢裝 | 1110100111100011110111001110111010101000101100111110110111111011 | e9e3dceea8b3edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)