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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?巽?速^ | 00111111100100100100011000111111100100011010110001011110 | 3f92463f91ac5e |
EUC-JP | ?巽?速^ | 00111111110000111010011100111111110000101010111001011110 | 3fc3a73fc2ae5e |
UTF-8 | 롏巽롏速^ | 11101011101000011000111111100101101101111011110111101011101000011000111111101001100000001001111101011110 | eba18fe5b7bdeba18fe9809f5e |
UHC | 롏巽롏速^ | 100011101101010111100001110111101000111011010101111000011101110001011110 | 8ed5e1de8ed5e1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)