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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 樽息脱炭^ | 100100100100110110010001101001111001001001000101100100100101100101011110 | 924d91a7924592595e |
EUC-JP | 樽息脱炭^ | 110000111010111011000010101010011100001110100110110000111011101001011110 | c3aec2a9c3a6c3ba5e |
UTF-8 | 樽息脱炭^ | 11100110101010001011110111100110100000011010111111101000100001001011000111100111100000101010110101011110 | e6a8bde681afe884b1e782ad5e |
UHC | 樽息?炭^ | 1111000111011100111000111101001100111111111101111010100101011110 | f1dce3d33ff7a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)