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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 烏♂?た | 10001001010001111000000110001001001111111000001010111101 | 894781893f82bd |
EUC-JP | 烏♂?た | 10110001101010001010000111101001001111111010010010111111 | b1a8a1e93fa4bf |
UTF-8 | 烏♂룸た | 111001111000001110001111111000101001100110000010111010111010001110111000111000111000000110011111 | e7838fe29982eba3b8e3819f |
UHC | 烏♂룸た | 1110100010100001101000011100111010110111111010111010101010111111 | e8a1a1ceb7ebaabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)