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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 譌ヲ諱ッ\ | 11100110100101111010011011100110100000011010111101011100 | e697a6e681af5c |
EUC-JP | 譌ヲ諱ッ\ | 111010111111011110001110101001101110101111100001100011101010111101011100 | ebf78ea6ebe18eaf5c |
UTF-8 | 譌ヲ諱ッ\ | 11101000101011011000110011101111101111011010011011101000101010111011000111101111101111011010111101011100 | e8ad8cefbda6e8abb1efbdaf5c |
UHC | ??諱?\ | 001111110011111111111101110010010011111101011100 | 3f3ffdc93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)