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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 髯ス髷ヲ逞ソ\ | 11101001100110011011110111101001100111101010011011100111100101111011111101011100 | e999bde99ea6e797bf5c |
EUC-JP | 髯ス髷ヲ逞ソ\ | 11110001111110011000111010111101111100011111111010001110101001101110110111110111100011101011111101011100 | f1f98ebdf1fe8ea6edf78ebf5c |
UTF-8 | 髯ス髷ヲ逞ソ\ | 11101001101010111010111111101111101111011011110111101001101010111011011111101111101111011010011011101001100000001001111011101111101111011011111101011100 | e9abafefbdbde9abb7efbda6e9809eefbdbf5c |
UHC | ????逞?\ | 0011111100111111001111110011111111010110110000010011111101011100 | 3f3f3f3fd6c13f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)