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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 霖}霖{^ | 1111000011110000111010001100000101111101111100001111000011101000110000010111101101011110 | f0f0e8c17df0f0e8c17b5e |
EUC-JP | ?霖}?霖{^ | 001111111111000011000011011111010011111111110000110000110111101101011110 | 3ff0c37d3ff0c37b5e |
UTF-8 | 霖}霖{^ | 111011101000001010101111111010011001110010010110011111011110111010000010101011111110100110011100100101100111101101011110 | ee82afe99c967dee82afe99c967b5e |
UHC | ?霖}?霖{^ | 001111111101011111111101011111010011111111010111111111010111101101011110 | 3fd7fd7d3fd7fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)