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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ゚ク。ヘ^ | 11011111101110001010000111001101111100011011011001011110 | dfb8a1cdf1b65e |
EUC-JP | ゚ク。ヘ?^ | 10001110110111111000111010111000100011101010000110001110110011010011111101011110 | 8edf8eb88ea18ecd3f5e |
UTF-8 | ゚ク。ヘ^ | 11101111101111101001111111101111101111011011100011101111101111011010000111101111101111101000110111101110100001001011000101011110 | efbe9fefbdb8efbda1efbe8dee84b15e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)