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 | 鮨殉\}鮨殉\{^ | 11101001101111011000111101111101010111000111110111101001101111011000111101111101010111000111101101011110 | e9bd8f7d5c7de9bd8f7d5c7b5e |
EUC-JP | 鮨殉\}鮨殉\{^ | 11110010101111111011110111011110010111000111110111110010101111111011110111011110010111000111101101011110 | f2bfbdde5c7df2bfbdde5c7b5e |
UTF-8 | 鮨殉\}鮨殉\{^ | 1110100110101110101010001110011010101110100010010101110001111101111010011010111010101000111001101010111010001001010111000111101101011110 | e9aea8e6ae895c7de9aea8e6ae895c7b5e |
UHC | ?殉\}?殉\{^ | 0011111111100010111001100101110001111101001111111110001011100110010111000111101101011110 | 3fe2e65c7d3fe2e65c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)