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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 櫻?\}櫻?\{^ | 1001111101001110001111110101110001111101100111110100111000111111010111000111101101011110 | 9f4e3f5c7d9f4e3f5c7b5e |
EUC-JP | 櫻?\}櫻?\{^ | 1101110110101111001111110101110001111101110111011010111100111111010111000111101101011110 | ddaf3f5c7dddaf3f5c7b5e |
UTF-8 | 櫻멚\}櫻멚\{^ | 1110011010101011101110111110101110101001100110100101110001111101111001101010101110111011111010111010100110011010010111000111101101011110 | e6abbbeba99a5c7de6abbbeba99a5c7b5e |
UHC | 櫻멚\}櫻멚\{^ | 11100101101000011001000101001011010111000111110111100101101000011001000101001011010111000111101101011110 | e5a1914b5c7de5a1914b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)