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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?遡[}?遡[{^ | 0011111110010001011010110101101101111101001111111001000101101011010110110111101101011110 | 3f916b5b7d3f916b5b7b5e |
EUC-JP | ?遡[}?遡[{^ | 0011111111000001110011000101101101111101001111111100000111001100010110110111101101011110 | 3fc1cc5b7d3fc1cc5b7b5e |
UTF-8 | 쐻遡[}쐻遡[{^ | 1110110010010000101110111110100110000001101000010101101101111101111011001001000010111011111010011000000110100001010110110111101101011110 | ec90bbe981a15b7dec90bbe981a15b7b5e |
UHC | 쐻遡[}쐻遡[{^ | 10011100100111011110000111001111010110110111110110011100100111011110000111001111010110110111101101011110 | 9c9de1cf5b7d9c9de1cf5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)